r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
[bbaumbach/samba-autobuild/.git] / source4 / param / SConscript
index 15213a8a4d338753c2bb3bda816bd96b630617a8..a959351e906a123d1f7793f4df120e4d8c28ac01 100644 (file)
@@ -1,8 +1,8 @@
+Import('hostenv')
 #            tastes like -*- python -*-
 
-Import('hostenv')
 Import('dynconfig')
-param = hostenv.StaticLibrary('loadparm',['loadparm.c','params.c',dynconfig])
+param = StaticLibrary('loadparm',['loadparm.c','params.c',dynconfig])
 Export('param')
-generic = hostenv.StaticLibrary('generic',['generic.c'])
+generic = StaticLibrary('generic',['generic.c'])
 Export('generic')