Mercurial > hg > sv-dependency-builds
comparison src/portaudio/bindings/cpp/bin/Makefile.am @ 89:8a15ff55d9af
Add bzip2, zlib, liblo, portaudio sources
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 20 Mar 2013 13:59:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
88:fe7c3a0b0259 | 89:8a15ff55d9af |
---|---|
1 BINDIR = $(top_srcdir)/example | |
2 LIBDIR = $(top_builddir)/lib | |
3 | |
4 noinst_PROGRAMS = devs sine | |
5 | |
6 LDADD = $(LIBDIR)/libportaudiocpp.la $(top_builddir)/$(PORTAUDIO_ROOT)/lib/libportaudio.la | |
7 | |
8 devs_SOURCES = $(BINDIR)/devs.cxx | |
9 sine_SOURCES = $(BINDIR)/sine.cxx |