r10374: Add HAVE_* defines (on command-line or in config.h file) for scons +
[bbaumbach/samba-autobuild/.git] / source4 / lib / cmdline / SConscript
index a99a2b48929950db0e2bbf8442e4ea150a38bdfd..12f4f7c11c4e8fb1911bf59a6aed4b51f28d6ac6 100644 (file)
@@ -1,6 +1,6 @@
 Import('hostenv')
 #            tastes like -*- python -*-
 
-Import('basic param')
-popt_common = hostenv.StaticLibrary('popt_common',['popt_common.c',basic,param])
+Import('basic param credentials')
+popt_common = hostenv.StaticLibrary('popt_common',['popt_common.c',basic,param,credentials])
 Export('popt_common')