Mercurial > audlegacy
changeset 4760:d0218338996d
order matters.
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Thu, 07 Aug 2008 13:22:53 +0300 |
parents | 3cdee616c96d |
children | fdef8b52eae5 6be17674ae8c |
files | src/audacious/Makefile src/libSAD/Makefile |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
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} \