# HG changeset patch # User mas01cr # Date 1227525176 0 # Node ID 033051b7dc6fe02ca7265fc442512c0b341fa2df # Parent 4ded52b104e68812b9851b73e5eb7cedda96fb16 Make everything depend on audioDB_API.h. diff -r 4ded52b104e6 -r 033051b7dc6f Makefile --- 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