diff audacious/Makefile @ 1317:a698348c5155 trunk

[svn] - libaac: potential buffer overflow vulnerability fix - libguess: build as a static library instead of installing as a shared object (via dai+audacious -at- vdr.jp)
author nenolod
date Mon, 19 Jun 2006 23:39:11 -0700
parents e80a7a0b1065
children abf8fee03d59
line wrap: on
line diff
--- a/audacious/Makefile	Mon Jun 19 23:19:46 2006 -0700
+++ b/audacious/Makefile	Mon Jun 19 23:39:11 2006 -0700
@@ -13,7 +13,7 @@
 	$(LIBGLADE_LIBS) \
 	-L.. $(LTLIBINTL)     \
 	-L../libaudacious -laudacious \
-        -L../libguess $(CHARDET_LIBS)
+	$(CHARDET_LIBS)
 
 CFLAGS += \
 	$(GTK_CFLAGS)      \