X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Fdbus%2Fwrapper%2FMakefile;fp=src%2Fextension%2Fdbus%2Fwrapper%2FMakefile;h=d13aedfa8317ecb6198f7c337367d97c59a4e670;hb=b90b32f28f16528d780c21a8c59f8f44dca159fd;hp=0000000000000000000000000000000000000000;hpb=06a37fa8d48a4deefd59f48e84c92f178c65e2f2;p=inkscape.git 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