Code

d13aedfa8317ecb6198f7c337367d97c59a4e670
[inkscape.git] / src / extension / dbus / wrapper / Makefile
1 wrapper: #inkscape-dbus-wrapper.c inkscape-dbus-wrapper.h
2         gcc -fPIC -c inkscape-dbus-wrapper.c $(shell pkg-config --cflags --libs glib-2.0 gobject-2.0 dbus-glib-1)
3         ld -shared -soname libinkdbus.so.1 -o libinkdbus.so.1.0 -lc inkscape-dbus-wrapper.o