diff src/madplug/Makefile @ 639:8f7a5883e08c trunk

[svn] - follow the changes of libaudid3tag.
author yaz
date Mon, 12 Feb 2007 10:12:29 -0800
parents 4b022820566b
children e0d131145768
line wrap: on
line diff
--- a/src/madplug/Makefile	Mon Feb 12 08:02:53 2007 -0800
+++ b/src/madplug/Makefile	Mon Feb 12 10:12:29 2007 -0800
@@ -19,8 +19,8 @@
 
 CFLAGS   += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) $(MAD_CFLAGS) -I../../intl -I../..
 
-LDFLAGS += -Wl,-rpath=$(libdir)
+LDFLAGS += -Wl,-rpath=$(plugindir)
 
-LIBADD = -L$(libdir) -lid3tag $(MAD_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)
+LIBADD = -L$(plugindir) -laudid3tag $(MAD_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)
 
 include ../../mk/objective.mk