# HG changeset patch # User mas01cr # Date 1226495109 0 # Node ID 7b5633e55284e27645713bf1f74b271d3e901858 # Parent 893bb90f6936e6be0aaae66d06fc22ef7b6f22c3 $(LIBRARY) makefile target doesn't need GSOAP_INCLUDE. This isn't the cleanup I meant to make, but getting make to understand that audioDB.cpp is a dependency of both without screwing up the compilation is out of scope for this branch. diff -r 893bb90f6936 -r 7b5633e55284 Makefile --- a/Makefile Wed Nov 12 13:05:08 2008 +0000 +++ b/Makefile Wed Nov 12 13:05:09 2008 +0000 @@ -56,7 +56,7 @@ $(LIBRARY): cmdline.c $(LIBOBJS) - g++ -c $(CFLAGS) $(GSOAP_INCLUDE) -Wall audioDB.cpp + g++ -c $(CFLAGS) -Wall audioDB.cpp g++ -shared -o $(LIBRARY) $(CFLAGS) $(LIBGSL) audioDB.o $^ tags: