From 069e498da2a03bd253a2fcf2b7ff13f266ab63b4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 19 Sep 2005 22:01:57 +0000 Subject: r10330: Add SConscript to more subsystems. Some of the tdb tools build now. Start on custom Samba scons tools (for handling proto generation, pidl, etc) (This used to be commit 4bffe4435944fffa3f9680b5a2fe63f2bdd98003) --- source4/param/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/param') diff --git a/source4/param/SConscript b/source4/param/SConscript index 9fe6ffa71b..15213a8a4d 100644 --- a/source4/param/SConscript +++ b/source4/param/SConscript @@ -1,7 +1,8 @@ # tastes like -*- python -*- Import('hostenv') -param = hostenv.StaticLibrary('loadparm',['loadparm.c','params.c']) +Import('dynconfig') +param = hostenv.StaticLibrary('loadparm',['loadparm.c','params.c',dynconfig]) Export('param') generic = hostenv.StaticLibrary('generic',['generic.c']) Export('generic') -- cgit