diff options
| author | Ted Gould <ted@gould.cx> | 2010-01-01 06:26:17 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-01-01 06:26:17 +0000 |
| commit | 4b04615e34476d7a073df30482417e2f75f21ada (patch) | |
| tree | 408160c20a45a2576200e275ac9660cb54a2f118 /src | |
| parent | Adding in building of the pkgconfig file. (diff) | |
| download | inkscape-4b04615e34476d7a073df30482417e2f75f21ada.tar.gz inkscape-4b04615e34476d7a073df30482417e2f75f21ada.zip | |
Installing the pkgconfig file
(bzr r8254.1.52)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/dbus/Makefile_insert | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/extension/dbus/Makefile_insert b/src/extension/dbus/Makefile_insert index 35b7c6fff..ce733364c 100644 --- a/src/extension/dbus/Makefile_insert +++ b/src/extension/dbus/Makefile_insert @@ -80,3 +80,11 @@ libinkdbus_la_CFLAGS = \ libinkdbus_la_LIBADD = \ $(DBUS_LIBS) \ $(INKSCAPE_LIBS) + +############################ +# DBus Pkgconfig file +############################ + +pkgconfig_DATA = extension/dbus/wrapper/inkdbus.pc +pkgconfigdir = $(libdir)/pkgconfig + |
