Mercurial > audlegacy-plugins
view src/alac/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 | 41e3a7272bfc |
children | eed7c270e8dd |
line wrap: on
line source
PLUGIN = alac${PLUGIN_SUFFIX} SRCS = alac.c demux.c plugin.c stream.c plugindir = audacious/${INPUT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}