summaryrefslogtreecommitdiff
path: root/source4/build/make
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-18 21:09:04 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-18 21:09:04 +0200
commitdc114f8c5acbcffe2f7114083f3e058f17fb4fa2 (patch)
tree0d8424597a9635a284f6f8d9af8bb155bc698632 /source4/build/make
parent333c169529a3f64a28fcaff1056069867fd56a90 (diff)
downloadsamba-dc114f8c5acbcffe2f7114083f3e058f17fb4fa2.tar.gz
samba-dc114f8c5acbcffe2f7114083f3e058f17fb4fa2.tar.bz2
samba-dc114f8c5acbcffe2f7114083f3e058f17fb4fa2.zip
Avoid smb_build for prototype headers in some places.
(This used to be commit 4876c4efbbafb4e0afa3554cd9f748ab591a2927)
Diffstat (limited to 'source4/build/make')
-rw-r--r--source4/build/make/templates.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/make/templates.mk b/source4/build/make/templates.mk
index 3a1f5656a6..e3ecffb02d 100644
--- a/source4/build/make/templates.mk
+++ b/source4/build/make/templates.mk
@@ -36,6 +36,8 @@ define proto_header_template
$(1): $(2) ;
@echo "Creating $$@"
@$$(PERL) $$(srcdir)/script/mkproto.pl --srcdir=$$(srcdir) --builddir=$$(builddir) --public=/dev/null --private=$$@ $$^
+
+PROTO_HEADERS += $(1)
endef
# Shared module