mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-12 15:46:25 +01:00
Move library tree where it belongs
This commit is contained in:
9
lib-src/portaudio-v19/bindings/cpp/bin/Makefile.am
Normal file
9
lib-src/portaudio-v19/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
|
||||
Reference in New Issue
Block a user