diff options
author | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-18 20:45:05 +0300 |
---|---|---|
committer | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-18 20:45:05 +0300 |
commit | 7742a666d5ac98ea3a976336cf60a5530ab29e73 (patch) | |
tree | f985cda18f15f8a13feb5c10d17c5cc7a952f23a /src/Makefile.am | |
parent | e5165d9838d03963284710e6b957fe9a3b0e267a (diff) |
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 17 |
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 |