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, 0 insertions, 8 deletions
diff --git a/examples/simpletest/Makefile.am b/examples/simpletest/Makefile.am
deleted file mode 100644
index 9f4256a..0000000
--- a/examples/simpletest/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-noinst_PROGRAMS = simpletest
-AM_CPPFLAGS = -I$(top_srcdir)/src
-simpletest_SOURCES = simpletest.cpp WaveFile.cpp
-simpletest_LDADD = ../../src/libxtract.la
-
-