Mercurial > audlegacy
changeset 3044:994d8a688d99
Makefile adjustments.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Thu, 12 Jul 2007 06:03:29 -0500 |
parents | 59452118044d |
children | 3be0cfac03cd e50fd4eefa5f 0ac3c3bc5d4a |
files | src/audacious/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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 \