From 7742a666d5ac98ea3a976336cf60a5530ab29e73 Mon Sep 17 00:00:00 2001 From: b0ric Date: Tue, 18 Aug 2009 20:45:05 +0300 Subject: Autotools support --- src/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') 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 -- cgit v1.2.3