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:
parent
c10d267a76
commit
3909088e13
2
.gitignore
vendored
2
.gitignore
vendored
@ -235,7 +235,7 @@ source4/lib/registry/tdr_regf.c
|
||||
source4/lib/registry/tdr_regf.h
|
||||
source4/lib/registry/tests/proto.h
|
||||
source4/lib/registry/tools/common.h
|
||||
source4/librpc/gen_ndr
|
||||
source4/librpc/gen_ndr/*.*
|
||||
source4/librpc/idl-deps
|
||||
source4/librpc/ndr/libndr_proto.h
|
||||
source4/librpc/ndr/ndr_compression.h
|
||||
|
@ -53,7 +53,7 @@ clean:: clean_pch
|
||||
@-rm -f bin/.*_*
|
||||
@echo Removing generated files
|
||||
@-rm -f bin/*_init_module.c
|
||||
@-rm -rf librpc/gen_*
|
||||
@-rm -f librpc/gen_ndr/*.*
|
||||
|
||||
distclean:: clean
|
||||
-rm -f include/config.h include/config_tmp.h include/build.h
|
||||
|
Loading…
Reference in New Issue
Block a user