aboutsummaryrefslogtreecommitdiff
path: root/examples/simpletest/Makefile.am
diff options
context:
space:
mode:
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
+
+