Fix dependencies of include file generation

This commit is contained in:
Marcel Holtmann 2009-08-24 10:57:50 -07:00
parent 8163366841
commit fe21207793

View File

@ -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)/$< $@