moved trunk into place
This commit is contained in:
commit
c1e1d067d2
260 changed files with 96276 additions and 0 deletions
9
bindings/cpp/bin/Makefile.am
Normal file
9
bindings/cpp/bin/Makefile.am
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
BINDIR = $(top_srcdir)/example
|
||||
LIBDIR = $(top_builddir)/lib
|
||||
|
||||
noinst_PROGRAMS = devs sine
|
||||
|
||||
LDADD = $(LIBDIR)/libportaudiocpp.la
|
||||
|
||||
devs_SOURCES = $(BINDIR)/devs.cxx
|
||||
sine_SOURCES = $(BINDIR)/sine.cxx
|
||||
Loading…
Reference in a new issue