Mercurial > audlegacy-plugins
diff src/tta/Makefile @ 635:4b022820566b trunk
[svn] - add rpath to make sure that plugins pick libid3tag up from libdir.
author | yaz |
---|---|
date | Sun, 11 Feb 2007 06:22:20 -0800 |
parents | 65606ed19c76 |
children | 8f7a5883e08c |
line wrap: on
line diff
--- a/src/tta/Makefile Sun Feb 11 05:39:56 2007 -0800 +++ b/src/tta/Makefile Sun Feb 11 06:22:20 2007 -0800 @@ -11,6 +11,8 @@ CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. +LDFLAGS += -Wl,-rpath=$(libdir) + LIBADD = -L$(libdir) -lid3tag $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) include ../../mk/objective.mk