summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-27 21:11:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:51 -0500
commit7285e102f063122ca8ef1222cc6e9a5cde176b41 (patch)
tree2551036f62d46558a1e9acd26a20f2c0b7241dce /source4/main.mk
parent10c183d9ae941f0ef143b2d50aebfcaf550c72b3 (diff)
downloadsamba-7285e102f063122ca8ef1222cc6e9a5cde176b41.tar.gz
samba-7285e102f063122ca8ef1222cc6e9a5cde176b41.tar.bz2
samba-7285e102f063122ca8ef1222cc6e9a5cde176b41.zip
r12523: Convert the registry subsystem to use a seperate prototype header
(note that this doesn't use the distinction between private and public prototypes yet) (This used to be commit 60e11f575821c1762b25ad66441b6e69ad1167ef)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 2bafa588d6..b185ec97e4 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -216,7 +216,8 @@ clean_pch:
basics: include/config.h \
include/proto.h \
idl \
- heimdal_basics
+ heimdal_basics \
+ $(PROTO_HEADERS)
clean: heimdal_clean
@echo Removing headers
@@ -234,6 +235,8 @@ clean: heimdal_clean
@echo Removing generated files
@-rm -rf librpc/gen_*
@-rm -f lib/registry/regf.h lib/registry/tdr_regf*
+ @echo Removing proto headers
+ @-rm -f $(PROTO_HEADERS)
distclean: clean
-rm -f bin/.dummy