From 00eb7685233f2061c9b752f453bca7aa10a5c576 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 8 Dec 2007 21:46:12 +0000 Subject: Improve build system --- Makefile.am | 2 +- bluez.pc.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0010ae58..b51795a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = bluez.pc -DISTCLEANFILES = bluez.pc +DISTCLEANFILES = $(pkgconfig_DATA) MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \ diff --git a/bluez.pc.in b/bluez.pc.in index e7d98ee8..3d6e5961 100644 --- a/bluez.pc.in +++ b/bluez.pc.in @@ -6,6 +6,5 @@ includedir=@includedir@ Name: BlueZ Description: Bluetooth protocol stack for Linux Version: @VERSION@ -Requires: Libs: -L${libdir} -lbluetooth Cflags: -I${includedir} -- cgit