Mercurial > audlegacy-plugins
diff src/tta/Makefile @ 639:8f7a5883e08c trunk
[svn] - follow the changes of libaudid3tag.
| author | yaz |
|---|---|
| date | Mon, 12 Feb 2007 10:12:29 -0800 |
| parents | 4b022820566b |
| children | d0d99b22e393 |
line wrap: on
line diff
--- a/src/tta/Makefile Mon Feb 12 08:02:53 2007 -0800 +++ b/src/tta/Makefile Mon Feb 12 10:12:29 2007 -0800 @@ -11,8 +11,8 @@ CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -LDFLAGS += -Wl,-rpath=$(libdir) +LDFLAGS += -Wl,-rpath=$(plugindir) -LIBADD = -L$(libdir) -lid3tag $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) +LIBADD = -L$(plugindir) -laudid3tag $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) include ../../mk/objective.mk
