From 24af3114bab218b45bddfa0c279bd6380ff87b2c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 30 Jun 2008 07:15:34 +0200 Subject: [PATCH] Install the connman.pc for external plugin development --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 1.7.9.5