Mercurial > hg > sv-dependency-builds
view src/portaudio/bindings/cpp/bin/Makefile.am @ 107:71c914cf6201
Portaudio: add missed file
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 26 Mar 2013 12:14:11 +0000 |
parents | 8a15ff55d9af |
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