diff options
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | bluez.pc.in | 1 | 
2 files changed, 1 insertions, 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}  | 
