Mercurial > audlegacy-plugins
view src/gnomeshortcuts/Makefile @ 1812:30ab9a2958b0
gnomeshortcuts: Mk2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 13:03:15 -0500 |
parents | 655949f889ec |
children | eed7c270e8dd |
line wrap: on
line source
PLUGIN = gnomeshortcuts$(PLUGIN_SUFFIX) plugindir = audacious/$(GENERAL_PLUGIN_DIR) SRCS = gnomeshortcuts.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..