summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-02-27 12:32:55 +0000
committerRichard Hughes <richard@hughsie.com>2009-02-27 12:32:55 +0000
commit842842c4796dffb5db21409a4436200299629100 (patch)
tree2391df4213e09b45a8d4e5132436bc0372a3e3c0 /Makefile.am
parentd2c0ee64128b537408e6e4cea99682ed27dc2736 (diff)
downloadupower-842842c4796dffb5db21409a4436200299629100.tar.gz
Ship a shared library. There are now two external projects using copies of this, which is rediculous
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 62dd58f..e53d7a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,9 @@ EXTRA_DIST = \
HACKING \
ChangeLog
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = devicekit-power-gobject.pc
+
# xsltproc barfs on 'make distcheck'; disable for now
DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --disable-gtk-doc