summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/wrapper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/dbus/wrapper/Makefile')
-rw-r--r--src/extension/dbus/wrapper/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/extension/dbus/wrapper/Makefile b/src/extension/dbus/wrapper/Makefile
new file mode 100644
index 000000000..d13aedfa8
--- /dev/null
+++ b/src/extension/dbus/wrapper/Makefile
@@ -0,0 +1,3 @@
+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)
+ ld -shared -soname libinkdbus.so.1 -o libinkdbus.so.1.0 -lc inkscape-dbus-wrapper.o