diff options
| author | Ted Gould <ted@gould.cx> | 2010-01-01 06:09:50 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-01-01 06:09:50 +0000 |
| commit | 915b47e2dec38c79388446548288291d4c973766 (patch) | |
| tree | 8e3854e2074f9d849e85ad4e713e598aeb67d946 /src | |
| parent | Keeping up with trunk (diff) | |
| download | inkscape-915b47e2dec38c79388446548288291d4c973766.tar.gz inkscape-915b47e2dec38c79388446548288291d4c973766.zip | |
Removing extra makefile
(bzr r8254.1.50)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/dbus/wrapper/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/extension/dbus/wrapper/Makefile b/src/extension/dbus/wrapper/Makefile deleted file mode 100644 index 692f4fa19..000000000 --- a/src/extension/dbus/wrapper/Makefile +++ /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) - |
