summaryrefslogtreecommitdiff
path: root/src/gnomeshortcuts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnomeshortcuts/Makefile')
-rw-r--r--src/gnomeshortcuts/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gnomeshortcuts/Makefile b/src/gnomeshortcuts/Makefile
deleted file mode 100644
index b8ef5df..0000000
--- a/src/gnomeshortcuts/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-PLUGIN = gnomeshortcuts${PLUGIN_SUFFIX}
-
-SRCS = gnomeshortcuts.cc
-
-include ../../buildsys.mk
-include ../../extra.mk
-
-plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR}
-
-LD = ${CXX}
-CFLAGS += ${PLUGIN_CFLAGS}
-CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} ${DBUS_CFLAGS} -I../.. -I..
-LIBS += ${GLIB_LIBS} ${DBUS_LIBS} ${GTK_LIBS}