From 72c595e96c615d138d37d204152d3f71a60f02d1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 3 Jun 2004 10:05:20 +0000 Subject: Add PKGConfig support --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2f4de561..2de6775b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,9 @@ SUBDIRS := include src -DISTCLEANFILES = conftest.c conftest +DISTCLEANFILES = conftest.c conftest bluez.pc EXTRA_DIST = ChangeLog libs.spec + +install-data-local: + $(INSTALL) -D -m 755 $(top_builddir)/bluez.pc $(DESTDIR)$(libdir)/pkgconfig/bluez.pc -- cgit