Mercurial > audlegacy-plugins
diff src/madplug/Makefile @ 1738:e1ebf3fc1a16
- follow the change of libaudid3tag.so's location.
- little cleanup.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Wed, 19 Sep 2007 18:07:12 +0900 |
| parents | 85788238cbf5 |
| children | cd28934add64 |
line wrap: on
line diff
--- a/src/madplug/Makefile Wed Sep 19 18:00:10 2007 +0900 +++ b/src/madplug/Makefile Wed Sep 19 18:07:12 2007 +0900 @@ -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
