Diff between 06d70d1c77db8ac517dff936460c3cecf8ce6129 and 8f4767834447b7e3774fbc846b05a42826737ef1

Changed Files

File Additions Deletions Status
Makefile.am +1 -3 modified

Full Patch

diff --git a/Makefile.am b/Makefile.am
index 283af4d..0b9bfcb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,7 +62,7 @@ lib_headers = lib/bluetooth.h lib/hci.h lib/hci_lib.h lib/mgmt.h \
 		lib/rfcomm.h lib/bnep.h lib/cmtp.h lib/hidp.h
 local_headers = $(foreach file,$(lib_headers), lib/bluetooth/$(notdir $(file)))
 
-BUILT_SOURCES = $(local_headers)
+BUILT_SOURCES = $(local_headers) src/builtin.h
 
 include_HEADERS += $(lib_headers)
 
@@ -468,8 +468,6 @@ MAINTAINERCLEANFILES = Makefile.in \
 	aclocal.m4 configure config.h.in config.sub config.guess \
 	ltmain.sh depcomp compile missing install-sh mkinstalldirs ylwrap
 
-src/plugin.$(OBJEXT): src/builtin.h
-
 src/builtin.h: src/genbuiltin $(builtin_sources)
 	$(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@