summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-30 07:15:34 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-06-30 07:15:34 +0200
commit24af3114bab218b45bddfa0c279bd6380ff87b2c (patch)
tree6f74ebb0931bd6274143688e8091dcf4a4956a6d /Makefile.am
parent2a62d8af2e38f6ad24bce04219d170e711a35bc0 (diff)
downloadconnman-24af3114bab218b45bddfa0c279bd6380ff87b2c.tar.gz
connman-24af3114bab218b45bddfa0c279bd6380ff87b2c.tar.bz2
connman-24af3114bab218b45bddfa0c279bd6380ff87b2c.zip
Install the connman.pc for external plugin development
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 071be42c..fe127cd5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,9 @@ SUBDIRS = include src doc test plugins scripts
pkgconfigdir = $(libdir)/pkgconfig
-noinst_DATA = connman.pc
+pkgconfig_DATA = connman.pc
-DISTCLEANFILES = $(noinst_DATA)
+DISTCLEANFILES = $(pkgconfig_DATA)
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4 configure config.h.in config.sub config.guess \