summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-08-11 12:32:30 +0100
committerRichard Hughes <richard@hughsie.com>2008-08-11 12:32:30 +0100
commitc464646932bf38255c5fc368ed8ecaab1ee8b47e (patch)
treee924799da73b4d02de698fde93e9309246dd3b34 /Makefile.am
parent1068d680b8ee476080b83ee6490374a47b739fa5 (diff)
make the library into a proper shared library I can use in gnome-power-manager
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 a1a3eb9..0625691 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,9 @@
SUBDIRS = libdevkit-power src doc tools policy po
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = devicekit-power.pc
+
# Creating ChangeLog from git log (taken from cairo/Makefile.am):
ChangeLog: $(srcdir)/ChangeLog