Mercurial > audlegacy
diff src/audacious/Makefile @ 4760:d0218338996d
order matters.
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Thu, 07 Aug 2008 13:22:53 +0300 |
parents | b87f8c707b7f |
children | 7da84f662ce2 |
line wrap: on
line diff
--- a/src/audacious/Makefile Thu Aug 07 12:41:23 2008 +0300 +++ b/src/audacious/Makefile Thu Aug 07 13:22:53 2008 +0300 @@ -181,11 +181,11 @@ ${LIBMCS_CFLAGS} \ ${SIMD_CFLAGS} \ -D_AUDACIOUS_CORE \ - -I../libSAD \ ${EGGSM_CFLAGS} \ -I.. -I../.. \ -I./intl \ - -I. + -I. \ + -I../libSAD LIBS += ${LDADD} \ ${LIBINTL} \