Mercurial > audlegacy-plugins
diff src/madplug/Makefile @ 1744:46cda76dcd2a
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Wed, 19 Sep 2007 09:06:52 -0500 |
| parents | e1ebf3fc1a16 |
| children | cd28934add64 |
line wrap: on
line diff
--- a/src/madplug/Makefile Wed Sep 19 09:06:40 2007 -0500 +++ b/src/madplug/Makefile Wed Sep 19 09:06:52 2007 -0500 @@ -20,6 +20,6 @@ CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) $(SIMD_CFLAGS) -I../../intl -I../.. -Wall LDFLAGS += $(AUDLDFLAGS) -LIBADD = -L/opt/local/lib -L$(plugindir) -laudid3tag -lmad $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) +LIBADD = -L/opt/local/lib -L$(libdir) -laudid3tag -lmad $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) include ../../mk/objective.mk
