Mercurial > audlegacy-plugins
diff src/gnomeshortcuts/Makefile @ 1724:655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
author | Sascha Hlusiak <contact@saschahlusiak.de> |
---|---|
date | Tue, 18 Sep 2007 16:10:07 +0200 |
parents | |
children | 30ab9a2958b0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/gnomeshortcuts/Makefile Tue Sep 18 16:10:07 2007 +0200 @@ -0,0 +1,16 @@ +include ../../mk/rules.mk +include ../../mk/init.mk + +OBJECTIVE_LIBS = libgnomeshortcuts$(SHARED_SUFFIX) + +LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) + +LIBADD = $(GLIB_LIBS) $(DBUS_LIBS) +SOURCES = gnomeshortcuts.c + +OBJECTS = ${SOURCES:.c=.o} + +CFLAGS += $(PICFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS) \ + -I../../intl -I../.. -I.. + +include ../../mk/objective.mk