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)