Mercurial > audlegacy-plugins
view src/hotkey/Makefile @ 1826:d7709de0882c
Fix dependencies and other parallel stuff.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Mon, 24 Sep 2007 20:20:44 +0200 |
parents | 6bc14eddc4c3 |
children | eed7c270e8dd |
line wrap: on
line source
PLUGIN = hotkey$(PLUGIN_SUFFIX) plugindir = audacious/$(GENERAL_PLUGIN_DIR) SRCS = plugin.c include ../../buildsys.mk include ../../extra.mk LIBADD = $(GLIB_LIBS) $(DBUS_LIBS) CFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += $(PLUGIN_CPPFLAGS) $(GTK_CFLAGS) $(MOWGLI_CFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS) -I../../intl -I../.. -I..