summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..38128ae
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,17 @@
+#Makefile.am for WordExtract project
+#Process this file with automake to produce Makefile.in
+
+wordextractdir = ../
+wordextract_PROGRAMS = wordextract
+wordextract_SOURCES = \
+ main.c main.h \
+ word.c word.h \
+ dict.c dict.h \
+ mainwin.c mainwin.h \
+ dictwin.c dictwin.h \
+ confwin.c confwin.h \
+ engparser.c engparser.h \
+ srt.c srt.h
+
+AM_CFLAGS = @GTK_CFLAGS@
+wordextract_LDADD = @GTK_LIBS@ \ No newline at end of file