Mercurial > audlegacy-plugins
view src/gnomeshortcuts/Makefile @ 1882:eed7c270e8dd
Fix MILLIONS of Makefiles.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 26 Sep 2007 14:53:37 +0200 |
parents | 30ab9a2958b0 |
children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = gnomeshortcuts${PLUGIN_SUFFIX} SRCS = gnomeshortcuts.c plugindir = audacious/${GENERAL_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${GLIB_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. -I.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GLIB_LIBS} ${DBUS_LIBS}