Mercurial > audlegacy-plugins
annotate src/hotkey/Makefile @ 1882:eed7c270e8dd
Fix MILLIONS of Makefiles.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 26 Sep 2007 14:53:37 +0200 |
parents | 6bc14eddc4c3 |
children | a56a26a5f233 |
rev | line source |
---|---|
1882 | 1 PLUGIN = hotkey${PLUGIN_SUFFIX} |
2 plugindir = audacious/${GENERAL_PLUGIN_DIR} | |
1543
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff
changeset
|
3 |
1814 | 4 SRCS = plugin.c |
1543
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff
changeset
|
5 |
1814 | 6 include ../../buildsys.mk |
7 include ../../extra.mk | |
1543
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff
changeset
|
8 |
1882 | 9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${GLIB_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. -I.. |
10 CFLAGS += ${PLUGIN_CFLAGS} | |
11 LIBS += ${GLIB_LIBS} ${DBUS_LIBS} |