diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-12-08 21:46:12 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-12-08 21:46:12 +0000 |
commit | 00eb7685233f2061c9b752f453bca7aa10a5c576 (patch) | |
tree | 5d1b7223ccfee894c61743ff6b250c342538aea8 | |
parent | 6c33a52af7bb9bd45c2526265e0ec91ac3f994c0 (diff) |
Improve build system
-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} |