Mercurial > hg > audiodb
changeset 506:33913e11348a
Makefile fixup.
Whoops. audioDB.h currently pulls in soapH.h and cmdline.h, and because
we haven't finished the unintertwingling of the library from everything
else we still need to depend on those files even for LIBOBJS.
author | mas01cr |
---|---|
date | Tue, 13 Jan 2009 21:37:06 +0000 |
parents | 216b55457009 |
children | e7fd50483311 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Jan 13 21:26:33 2009 +0000 +++ b/Makefile Tue Jan 13 21:37:06 2009 +0000 @@ -45,10 +45,10 @@ cmdline.c cmdline.h: gengetopt.in $(GENGETOPT) -e <gengetopt.in -soapServer.cpp soapClient.cpp soapC.cpp adb.nsmap: audioDBws.h +soapServer.cpp soapClient.cpp soapC.cpp soapH.h adb.nsmap: audioDBws.h $(SOAPCPP2) audioDBws.h -$(LIBOBJS): %.o: %.cpp audioDB.h audioDB_API.h audioDB-internals.h accumulator.h accumulators.h +$(LIBOBJS): %.o: %.cpp audioDB.h audioDB_API.h audioDB-internals.h accumulator.h accumulators.h cmdline.h soapH.h g++ -c $(CFLAGS) $(GSL_INCLUDE) -Wall $< %.o: %.cpp audioDB.h audioDB_API.h adb.nsmap cmdline.h reporter.h ReporterBase.h lshlib.h