1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4: prevent the autoconf build from removing source4/librpc/gen_ndr/README

This commit is contained in:
Andrew Tridgell 2010-04-13 21:40:59 +10:00
parent c10d267a76
commit 3909088e13
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -235,7 +235,7 @@ source4/lib/registry/tdr_regf.c
source4/lib/registry/tdr_regf.h source4/lib/registry/tdr_regf.h
source4/lib/registry/tests/proto.h source4/lib/registry/tests/proto.h
source4/lib/registry/tools/common.h source4/lib/registry/tools/common.h
source4/librpc/gen_ndr source4/librpc/gen_ndr/*.*
source4/librpc/idl-deps source4/librpc/idl-deps
source4/librpc/ndr/libndr_proto.h source4/librpc/ndr/libndr_proto.h
source4/librpc/ndr/ndr_compression.h source4/librpc/ndr/ndr_compression.h

View File

@ -53,7 +53,7 @@ clean:: clean_pch
@-rm -f bin/.*_* @-rm -f bin/.*_*
@echo Removing generated files @echo Removing generated files
@-rm -f bin/*_init_module.c @-rm -f bin/*_init_module.c
@-rm -rf librpc/gen_* @-rm -f librpc/gen_ndr/*.*
distclean:: clean distclean:: clean
-rm -f include/config.h include/config_tmp.h include/build.h -rm -f include/config.h include/config_tmp.h include/build.h