diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-19 19:19:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:25 -0500 |
commit | 523034b9fbc1841ed63137e3d8965d52997af4e6 (patch) | |
tree | a96ccdd76b75fa1778edae9fdfbf7d291e942a1a /source4/lib/talloc/SConscript | |
parent | d2a666acbe04f741387ff4351e3971b24f1c3b14 (diff) | |
download | samba-523034b9fbc1841ed63137e3d8965d52997af4e6.tar.gz samba-523034b9fbc1841ed63137e3d8965d52997af4e6.tar.bz2 samba-523034b9fbc1841ed63137e3d8965d52997af4e6.zip |
r10323: Add first bits required for getting compile with scons working. This does
not work yet and can exist parallel with the existing build system.
(This used to be commit 829568d75985e875e3363d76fb44270a0298c7f8)
Diffstat (limited to 'source4/lib/talloc/SConscript')
-rw-r--r-- | source4/lib/talloc/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/talloc/SConscript b/source4/lib/talloc/SConscript new file mode 100644 index 0000000000..e3851afa4e --- /dev/null +++ b/source4/lib/talloc/SConscript @@ -0,0 +1,3 @@ +Import('hostenv') +talloc = hostenv.StaticLibrary('talloc',['talloc.c']) +Export('talloc') |