From 7f8d3ff7bb6d30d386d3d3495899381850fb160c Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Tue, 1 Sep 2009 06:28:45 +0000 Subject: [PATCH] * No need to link to libuuid any more, since we have the requisite functions internally now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2875c8..ae0a4f4 100644 --- a/Makefile +++ b/Makefile @@ -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