summaryrefslogtreecommitdiff
path: root/source4/lib/popt
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/popt')
-rw-r--r--source4/lib/popt/SConscript2
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')