diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-11-13 08:25:35 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-11-13 08:25:35 +0900 |
commit | 8f4767834447b7e3774fbc846b05a42826737ef1 (patch) | |
tree | 3db23927ce1c14f4f906a5690b81d7aecefd95bf /Makefile.am | |
parent | 06d70d1c77db8ac517dff936460c3cecf8ce6129 (diff) |
build: Create src/builtin.h via BUILT_SOURCES
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 283af4de..0b9bfcb0 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) > $@ |