From cf7d885d901b0abdccaad5cc3305a080744eaf5b Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Fri, 9 Apr 2010 13:10:42 +0200 Subject: Imported Upstream version 0.9.10 --- src/Makefile.am | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 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..e6654d0 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,35 @@ +bin_PROGRAMS = simple-scan + +simple_scan_SOURCES = \ + book.c \ + book.h \ + book-view.c \ + book-view.h \ + page.c \ + page.h \ + page-view.c \ + page-view.h \ + simple-scan.c \ + scanner.c \ + scanner.h \ + ui.c \ + ui.h + +simple_scan_CFLAGS = \ + $(SIMPLE_SCAN_CFLAGS) \ + $(WARN_CFLAGS) \ + -DVERSION=\"$(VERSION)\" \ + -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ + -DLOCALE_DIR=\"$(localedir)\" \ + -DUI_DIR=\"$(datadir)/simple-scan/\" \ + -DICON_DIR=\"$(datadir)/simple-scan/icons\" \ + -DGCONF_DIR=\"/apps/simple-scan\" \ + -DSIMPLE_SCAN_BINARY=\"simple-scan\" + +simple_scan_LDADD = \ + $(SIMPLE_SCAN_LIBS) \ + -lsane \ + -lm + +DISTCLEANFILES = \ + Makefile.in -- cgit v1.2.3