Mercurial > audlegacy
changeset 4468:020cb9aa12c2
Added {GLIB,GTHREAD}_{LIBS,CFLAGS} and SM_CFLAGS to appropriate places in Makefile.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 17 Apr 2008 00:37:44 +0300 |
parents | acc5cc132e8a |
children | c892254f3b3c |
files | src/audacious/Makefile |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/Makefile Thu Apr 17 00:36:25 2008 +0300 +++ b/src/audacious/Makefile Thu Apr 17 00:37:44 2008 +0300 @@ -156,6 +156,8 @@ CPPFLAGS += -DHAVE_CONFIG_H \ ${MOWGLI_CFLAGS} \ + ${GLIB_CFLAGS} \ + ${GTHREAD_CFLAGS} \ ${GTK_CFLAGS} \ ${BEEP_DEFINES} \ ${ARCH_DEFINES} \ @@ -166,7 +168,7 @@ ${SIMD_CFLAGS} \ -D_AUDACIOUS_CORE \ -I../libSAD \ - -I../libeggsmclient \ + -I../libeggsmclient ${SM_CFLAGS} \ -I.. -I../.. \ -I./intl @@ -176,6 +178,8 @@ ../libguess/libguess.a \ ../libSAD/libSAD.a \ ../libeggsmclient/libeggsmclient.a ${SM_LIBS} \ + ${GLIB_LIBS} \ + ${GTHREAD_LIBS} \ ${GTK_LIBS} \ ${DBUS_LIBS} \ ${MOWGLI_LIBS} \