aboutsummaryrefslogtreecommitdiff
path: root/examples/simpletest/Makefile.am
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-08 00:07:02 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-08 00:07:02 +0000
commitba706261d3fc5b436aa6f09d57e62eeb77377d8f (patch)
tree4faadd5931a89a847ae9bb2345d9fe7bb0e2f778 /examples/simpletest/Makefile.am
parent89890e226e5da72743f885cefb5273c51baf094e (diff)
parent89a9ec7a352dc35141b8f9a87c202fdd448e9a6f (diff)
downloadLibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.tar.gz
LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.tar.bz2
LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.zip
Merge branch 'feature/no-autotools' into develop
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
-
-