From: philburk Date: Tue, 1 Mar 2011 02:25:32 +0000 (+0000) Subject: Try to fix oddly broken Makefile.in X-Git-Tag: pa_stable_v19_20110326_r1647~30 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=d757ad0b554f0773396a6e49455f15b0a726b55b;p=portaudio Try to fix oddly broken Makefile.in --- diff --git a/Makefile.in b/Makefile.in index ba89041..a4fd0e1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,12 +148,10 @@ SRC_DIRS = \ SUBDIRS = @ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp -all: lib/$(PALIB) all-recursive tests loopback +all: lib/$(PALIB) all-recursive tests tests: bin-stamp $(TESTS) -loopback: bin-stamp bin/paloopback - # With ASIO enabled we must link libportaudio and all test programs with CXX lib/$(PALIB): lib-stamp $(LTOBJS) $(MAKEFILE) $(PAINC) @WITH_ASIO_FALSE@ $(LIBTOOL) --mode=link $(CC) $(PA_LDFLAGS) -o lib/$(PALIB) $(LTOBJS) $(DLL_LIBS)