Mercurial > audlegacy-plugins
view src/esd/Makefile @ 1862:d9d4b258fbf1
Millions of Makefile fixes. More to follow.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Mon, 24 Sep 2007 23:03:25 +0200 |
parents | de1511c4ab19 |
children | eed7c270e8dd |
line wrap: on
line source
PLUGIN = ESD${PLUGIN_SUFFIX} SRCS = esd.c mixer.c about.c configure.c audio.c init.c plugindir = audacious/${OUTPUT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ESD_CFLAGS} -I../../intl -I../.. -I.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${ESD_LIBS} ${OSS_LIBS}