summaryrefslogtreecommitdiff
path: root/portaudio/bindings/cpp/bin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'portaudio/bindings/cpp/bin/Makefile.am')
-rw-r--r--portaudio/bindings/cpp/bin/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/portaudio/bindings/cpp/bin/Makefile.am b/portaudio/bindings/cpp/bin/Makefile.am
deleted file mode 100644
index dcf3735..0000000
--- a/portaudio/bindings/cpp/bin/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-BINDIR = $(top_srcdir)/example
-LIBDIR = $(top_builddir)/lib
-
-noinst_PROGRAMS = devs sine
-
-LDADD = $(LIBDIR)/libportaudiocpp.la $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la
-
-devs_SOURCES = $(BINDIR)/devs.cxx
-sine_SOURCES = $(BINDIR)/sine.cxx