diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-07-19 14:20:33 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-07-19 22:17:17 +1000 |
commit | a709e423d2940a7c71099ff11383a5f0ef3b1d7e (patch) | |
tree | c5c45aedeb0462ad06adba4d0f156eff9e9ac6d5 | |
parent | 5cefbfef26bf2d5f470f1d8c52d75e9756c0f738 (diff) | |
download | samba-a709e423d2940a7c71099ff11383a5f0ef3b1d7e.tar.gz samba-a709e423d2940a7c71099ff11383a5f0ef3b1d7e.tar.bz2 samba-a709e423d2940a7c71099ff11383a5f0ef3b1d7e.zip |
waf-idl: put the gen_ndr/README file for source3 back
This was removed by 100d37fc4624690423f6a932709b3f9046d05c64, probably
accidentially.
-rw-r--r-- | librpc/gen_ndr/README | 3 | ||||
-rw-r--r-- | source3/librpc/gen_ndr/README | 4 | ||||
-rw-r--r-- | source4/librpc/gen_ndr/README | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/librpc/gen_ndr/README b/librpc/gen_ndr/README index 0c1fd160a5..5ccb89db5d 100644 --- a/librpc/gen_ndr/README +++ b/librpc/gen_ndr/README @@ -1 +1,4 @@ This contains the generated files from PIDL for the IDL files in ../idl/*.idl + +DO NOT REMOVE THIS FILE. The waf 1.5 build relies on this directory +existing in the source tree. diff --git a/source3/librpc/gen_ndr/README b/source3/librpc/gen_ndr/README new file mode 100644 index 0000000000..5ccb89db5d --- /dev/null +++ b/source3/librpc/gen_ndr/README @@ -0,0 +1,4 @@ +This contains the generated files from PIDL for the IDL files in ../idl/*.idl + +DO NOT REMOVE THIS FILE. The waf 1.5 build relies on this directory +existing in the source tree. diff --git a/source4/librpc/gen_ndr/README b/source4/librpc/gen_ndr/README index 0c1fd160a5..5ccb89db5d 100644 --- a/source4/librpc/gen_ndr/README +++ b/source4/librpc/gen_ndr/README @@ -1 +1,4 @@ This contains the generated files from PIDL for the IDL files in ../idl/*.idl + +DO NOT REMOVE THIS FILE. The waf 1.5 build relies on this directory +existing in the source tree. |