Mercurial > audlegacy
diff audtool/Makefile @ 1455:04730ff1693d trunk
[svn] changes link order to avoid linkage with installed library.
| author | yaz |
|---|---|
| date | Sat, 29 Jul 2006 16:23:16 -0700 |
| parents | 2419d0da1725 |
| children | e402e0217870 |
line wrap: on
line diff
--- a/audtool/Makefile Fri Jul 28 14:13:59 2006 -0700 +++ b/audtool/Makefile Sat Jul 29 16:23:16 2006 -0700 @@ -7,10 +7,10 @@ LDFLAGS += -Wl,-export-dynamic LDADD = \ + -L.. $(LTLIBINTL) \ + -L../libaudacious -laudacious \ $(GTK_LIBS) \ - $(LIBGLADE_LIBS) \ - -L.. $(LTLIBINTL) \ - -L../libaudacious -laudacious + $(LIBGLADE_LIBS) CFLAGS += \ $(GTK_CFLAGS) \
