diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-20 11:59:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:30 -0500 |
commit | 6812c73534001d2dd05a9a74358d2b6d0029f1a7 (patch) | |
tree | 3212e91d9cbe6b2f2ce2bc36d211ee06bb220072 /source4/librpc | |
parent | b7545608ad0cbcc017219cd4b2d699a25500c5f1 (diff) | |
download | samba-6812c73534001d2dd05a9a74358d2b6d0029f1a7.tar.gz samba-6812c73534001d2dd05a9a74358d2b6d0029f1a7.tar.xz samba-6812c73534001d2dd05a9a74358d2b6d0029f1a7.zip |
r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
but final linking still fails (as does generating files asn1, et, idl and proto
files)
(This used to be commit 4f0d7f75b99c7f4388d8acb0838577d86baf68b5)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/SConscript b/source4/librpc/SConscript index da3f4af4c4..be33ad44ad 100644 --- a/source4/librpc/SConscript +++ b/source4/librpc/SConscript @@ -1,5 +1,4 @@ Import('hostenv') - hostenv.StaticLibrary('ndr_base', ['ndr/ndr.c','ndr/ndr_basic.c','ndr/ndr_string.c','ndr/ndr_obfuscate.c', 'ndr/ndr_misc.c']) |