From fe21207793d12b824964cead3ca1fc2dbbed7cb4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 24 Aug 2009 10:57:50 -0700 Subject: [PATCH] Fix dependencies of include file generation --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9ffd52c4a..73f1010ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -268,6 +268,8 @@ audio/telephony.c: audio/@TELEPHONY_DRIVER@ scripts/%.rules: $(AM_V_GEN)cp $(subst 97-,,$@) $@ +$(lib_libbluetooth_la_OBJECTS): $(local_headers) + lib/bluetooth/%.h: lib/%.h $(AM_V_at)if [ ! -e lib/bluetooth ] ; then mkdir lib/bluetooth ; fi $(AM_V_GEN)$(LN_S) $(abs_top_srcdir)/$< $@