changeset 387:033051b7dc6f api-inversion

Make everything depend on audioDB_API.h.
author mas01cr
date Mon, 24 Nov 2008 11:12:56 +0000
parents 4ded52b104e6
children f6aa8c5cd865
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Nov 24 09:38:35 2008 +0000
+++ b/Makefile	Mon Nov 24 11:12:56 2008 +0000
@@ -50,7 +50,7 @@
 soapServer.cpp soapClient.cpp soapC.cpp adb.nsmap: audioDBws.h
 	$(SOAPCPP2) audioDBws.h
 
-%.o: %.cpp audioDB.h adb.nsmap cmdline.h reporter.h ReporterBase.h lshlib.h
+%.o: %.cpp audioDB.h audioDB_API.h adb.nsmap cmdline.h reporter.h ReporterBase.h lshlib.h
 	g++ -c $(CFLAGS) $(GSOAP_INCLUDE) $(GSL_INCLUDE) -Wall  $<
 
 cmdline.o: cmdline.c cmdline.h