From: Marcel Holtmann Date: Mon, 30 Jun 2008 05:15:34 +0000 (+0200) Subject: Install the connman.pc for external plugin development X-Git-Tag: 0.1~314 X-Git-Url: http://git.maemo.org/git/?p=connman;a=commitdiff_plain;h=24af3114bab218b45bddfa0c279bd6380ff87b2c Install the connman.pc for external plugin development --- diff --git a/Makefile.am b/Makefile.am index 071be42..fe127cd 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 \