From 510555837596e01a69cdcc40a7ffdafeeabd80cd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 28 Jul 2004 07:09:49 +0000 Subject: Use simpler way to install bluez.pc --- Makefile.am | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 538873b1..dde46889 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,10 @@ SUBDIRS = include src +pkgconfigdir = $(libdir)/pkgconfig + +pkgconfig_DATA = bluez.pc + EXTRA_DIST = libs.spec DISTCLEANFILES = bluez.pc @@ -11,9 +15,3 @@ DISTCLEANFILES = bluez.pc MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ ltmain.sh missing install-sh mkinstalldirs - -install-data-local: bluez.pc - $(INSTALL) -D -m 644 $(top_builddir)/$< $(DESTDIR)$(libdir)/pkgconfig/$< - -uninstall-local: bluez.pc - @rm -f $(DESTDIR)$(libdir)/pkgconfig/$< -- cgit