summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-06-03 10:05:20 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-06-03 10:05:20 +0000
commit72c595e96c615d138d37d204152d3f71a60f02d1 (patch)
tree497897646b1376959ec753bc134a52dba44e7511 /Makefile.am
parent60def948f68b9c02a9bb508e662d172ccab7ab65 (diff)
Add PKGConfig support
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
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