Mercurial > audlegacy
diff src/libaudclient/Makefile @ 4469:c892254f3b3c
Remove GConf libs/cflags remnants from Makefile.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 17 Apr 2008 04:03:11 +0300 |
parents | f104e23b87da |
children | d3adac202300 |
line wrap: on
line diff
--- a/src/libaudclient/Makefile Thu Apr 17 00:37:44 2008 +0300 +++ b/src/libaudclient/Makefile Thu Apr 17 04:03:11 2008 +0300 @@ -16,11 +16,9 @@ CFLAGS += ${LIB_CFLAGS} \ ${MOWGLI_CFLAGS} \ ${GTK_CFLAGS} \ - ${GCONF_CFLAGS} \ ${DBUS_CFLAGS} \ ${LIBMCS_CFLAGS} LIBS += ${GLIB_LIBS} \ ${DBUS_LIBS} \ ${MOWGLI_LIBS} \ - ${GCONF_LIBS} \ ${LIBMCS_LIBS}