Mercurial > hg > sv-dependency-builds
view src/portaudio_20161030/bindings/cpp/bin/Makefile.am @ 59:cd4953afea46
This config script works better for libsndfile at least
author | Chris Cannam |
---|---|
date | Mon, 09 Jan 2017 13:57:37 +0000 |
parents | 284acf908dcd |
children |
line wrap: on
line source
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