Mercurial > audlegacy
diff src/audacious/Makefile @ 3044:994d8a688d99
Makefile adjustments.
| author | William Pitcock <nenolod@atheme-project.org> |
|---|---|
| date | Thu, 12 Jul 2007 06:03:29 -0500 |
| parents | 59452118044d |
| children | 34f37c59e87b |
line wrap: on
line diff
--- a/src/audacious/Makefile Thu Jul 12 06:01:51 2007 -0500 +++ b/src/audacious/Makefile Thu Jul 12 06:03:29 2007 -0500 @@ -9,7 +9,7 @@ LDFLAGS += $(AUDLDFLAGS) LDADD = \ - -L.. $(LIBINTL) \ + $(LIBINTL) \ $(samplerate_LIBS) \ $(CHARDET_LIBS) \ $(GTK_LIBS) \ @@ -32,7 +32,7 @@ $(LIBMCS_CFLAGS) \ -D_AUDACIOUS_CORE \ -I.. -I../.. \ - -I../intl + -I./intl HEADERS = \ auddrct.h \
