Add a pkg-config file
authorDavid Zeuthen <davidz@redhat.com>
Tue, 2 Jun 2009 19:55:22 +0000 (15:55 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 2 Jun 2009 19:55:22 +0000 (15:55 -0400)
DeviceKit-disks.pc.in [new file with mode: 0644]
Makefile.am
configure.ac

diff --git a/DeviceKit-disks.pc.in b/DeviceKit-disks.pc.in
new file mode 100644 (file)
index 0000000..b39f9c7
--- /dev/null
@@ -0,0 +1,4 @@
+
+Name: DeviceKit-disks
+Description: DeviceKit-disks daemon
+Version: @VERSION@
index 34fc235..d2eef6c 100644 (file)
@@ -19,8 +19,12 @@ $(srcdir)/ChangeLog:
          echo A git checkout and git-log is required to generate this file >> $@); \
        fi
 
+pkgconfigdir = $(datadir)/pkgconfig
+pkgconfig_DATA = DeviceKit-disks.pc
+
 EXTRA_DIST =                   \
        HACKING                 \
+       DeviceKit-disks.pc.in   \
        mkinstalldirs           \
        ChangeLog               \
        intltool-extract.in     \
index 0a90748..11824b0 100644 (file)
@@ -190,6 +190,7 @@ AM_GLIB_GNU_GETTEXT
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[gettext domain])
 
 AC_OUTPUT([
+DeviceKit-disks.pc
 Makefile
 src/Makefile
 tools/Makefile