From 55bf340c04ff6f18864d14efa8b34be4385ca810 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 19 Dec 2012 18:24:43 +0100 Subject: [PATCH] build: Move bluez.pc into the library directory --- .gitignore | 2 +- Makefile.am | 2 +- configure.ac | 2 +- bluez.pc.in => lib/bluez.pc.in | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename bluez.pc.in => lib/bluez.pc.in (100%) diff --git a/.gitignore b/.gitignore index 2398ed7c6..dd71f953c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ missing stamp-h1 autom4te.cache -bluez.pc +lib/bluez.pc lib/bluetooth src/builtin.h src/bluetoothd diff --git a/Makefile.am b/Makefile.am index fbabf022f..be5cf2248 100644 --- a/Makefile.am +++ b/Makefile.am @@ -252,7 +252,7 @@ TESTS = $(unit_tests) pkgconfigdir = $(libdir)/pkgconfig if LIBRARY -pkgconfig_DATA = bluez.pc +pkgconfig_DATA = lib/bluez.pc endif DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --disable-systemd \ diff --git a/configure.ac b/configure.ac index 47a2a29de..522e349af 100644 --- a/configure.ac +++ b/configure.ac @@ -254,4 +254,4 @@ fi AC_DEFINE_UNQUOTED(CONFIGDIR, "${configdir}", [Directory for the configuration files]) -AC_OUTPUT(Makefile src/bluetoothd.8 bluez.pc) +AC_OUTPUT(Makefile src/bluetoothd.8 lib/bluez.pc) diff --git a/bluez.pc.in b/lib/bluez.pc.in similarity index 100% rename from bluez.pc.in rename to lib/bluez.pc.in -- 2.47.3