aboutsummaryrefslogtreecommitdiff
path: root/examples/simpletest/Makefile.am
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2006-10-20 11:30:55 +0000
committerJamie Bullock <jamie@postlude.co.uk>2006-10-20 11:30:55 +0000
commita642a56300874cabc18848d29d0b8cb882fa48db (patch)
tree8c91ffbf85f6100df5801d0cefd2b64eb551d62c /examples/simpletest/Makefile.am
parentd4ef5832c3e78458b87734f6d41e10846fc6ce1c (diff)
downloadLibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.tar.gz
LibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.tar.bz2
LibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.zip
Added simpletest example
Diffstat (limited to 'examples/simpletest/Makefile.am')
-rw-r--r--examples/simpletest/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/simpletest/Makefile.am b/examples/simpletest/Makefile.am
new file mode 100644
index 0000000..c3ab176
--- /dev/null
+++ b/examples/simpletest/Makefile.am
@@ -0,0 +1,8 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+noinst_PROGRAMS = simpletest
+INCLUDES = -I$(top_srcdir)/src
+simpletest_SOURCES = simpletest.c
+simpletest_LDADD = ../../src/libxtract.la
+
+