diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-25 15:19:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:43 -0500 |
commit | 25d57c0ad8704894ee055f74bab2f33b688a7d72 (patch) | |
tree | bfbd7f36b15f2dee6bb31dd9134c668ca495d78b /source4/lib/registry | |
parent | d3ced46329fe5caa590d2f0b132763d7d1825ffd (diff) | |
download | samba-25d57c0ad8704894ee055f74bab2f33b688a7d72.tar.gz samba-25d57c0ad8704894ee055f74bab2f33b688a7d72.tar.bz2 samba-25d57c0ad8704894ee055f74bab2f33b688a7d72.zip |
r12483: Remove --tdr-header option (merged into --tdr-parser)
(This used to be commit 45013467f57d646f3db099862665d2631272b446)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 9dd67cb3b9..775e201f7e 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -18,7 +18,7 @@ INIT_OBJ_FILES = tdr_regf.o lib/registry/reg_backend_nt4.c: lib/registry/tdr_regf.c lib/registry/tdr_regf.c: lib/registry/regf.idl - @CPP="$(CPP)" $(PERL) pidl/pidl $(PIDL_ARGS) --header --outputdir=lib/registry --tdr-header --tdr-parser -- lib/registry/regf.idl + @CPP="$(CPP)" $(PERL) pidl/pidl $(PIDL_ARGS) --header --outputdir=lib/registry --tdr-parser -- lib/registry/regf.idl ################################################ # Start MODULE registry_w95 |