* No need to link to libuuid any more, since we have the requisite functions internally now.

This commit is contained in:
Justin Maggard 2009-09-01 06:28:45 +00:00
parent 25861ebf92
commit 7f8d3ff7bb

View File

@ -35,7 +35,7 @@ BASEOBJS = minidlna.o upnphttp.o upnpdescgen.o upnpsoap.o \
ALLOBJS = $(BASEOBJS) $(LNXOBJS)
LIBS = -lexif -ljpeg -lsqlite3 -lavformat -lid3tag -lFLAC -lvorbis -luuid
LIBS = -lexif -ljpeg -lsqlite3 -lavformat -lid3tag -lFLAC -lvorbis
TESTUPNPDESCGENOBJS = testupnpdescgen.o upnpdescgen.o