Code

Removing extra makefile
authorTed Gould <ted@gould.cx>
Fri, 1 Jan 2010 06:09:50 +0000 (00:09 -0600)
committerTed Gould <ted@gould.cx>
Fri, 1 Jan 2010 06:09:50 +0000 (00:09 -0600)
src/extension/dbus/wrapper/Makefile [deleted file]

diff --git a/src/extension/dbus/wrapper/Makefile b/src/extension/dbus/wrapper/Makefile
deleted file mode 100644 (file)
index 692f4fa..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-wrapper: #inkscape-dbus-wrapper.c inkscape-dbus-wrapper.h
-       gcc -fPIC -c inkscape-dbus-wrapper.c $(shell pkg-config --cflags --libs glib-2.0 gobject-2.0 dbus-glib-1 dbus-1)
-       ld -shared -soname libinkdbus.so.1 -o libinkdbus.so.1.0 -lc inkscape-dbus-wrapper.o
-       ln -sf libinkdbus.so.1.0 libinkdbus.so
-       ln -sf libinkdbus.so.1.0 libinkdbus.so.1
-
-test: wrapper tester.c
-       gcc -Wall -L. tester.c -linkdbus -o test $(shell pkg-config --cflags --libs glib-2.0 gobject-2.0)
-