diff options
Diffstat (limited to 'source4/lib/popt/SConscript')
-rw-r--r-- | source4/lib/popt/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/popt/SConscript b/source4/lib/popt/SConscript index 90801ffb6f..580de92023 100644 --- a/source4/lib/popt/SConscript +++ b/source4/lib/popt/SConscript @@ -1,3 +1,5 @@ +# tastes like -*- python -*- + Import('hostenv') popt = hostenv.StaticLibrary('popt', ['findme.c','popt.c','poptconfig.c','popthelp.c','poptparse.c']) Export('popt') |