From a642a56300874cabc18848d29d0b8cb882fa48db Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 20 Oct 2006 11:30:55 +0000 Subject: Added simpletest example --- examples/simpletest/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/simpletest/Makefile.am (limited to 'examples/simpletest/Makefile.am') 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 + + -- cgit v1.2.3