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 /Makefile.am | |
parent | 6c33a52af7bb9bd45c2526265e0ec91ac3f994c0 (diff) |
Improve build system
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 \ |