summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/SConscript2
-rw-r--r--source4/lib/charset/SConscript2
-rw-r--r--source4/lib/cmdline/SConscript2
-rw-r--r--source4/lib/popt/SConscript2
-rw-r--r--source4/lib/registry/SConscript2
-rw-r--r--source4/lib/talloc/SConscript2
6 files changed, 12 insertions, 0 deletions
diff --git a/source4/lib/SConscript b/source4/lib/SConscript
index 57427feb71..f1bff77cd0 100644
--- a/source4/lib/SConscript
+++ b/source4/lib/SConscript
@@ -1,3 +1,5 @@
+# tastes like -*- python -*-
+
Import('hostenv')
basic = hostenv.StaticLibrary('basic',
['version.c', 'xfile.c', 'debug.c', 'fault.c', 'pidfile.c',
diff --git a/source4/lib/charset/SConscript b/source4/lib/charset/SConscript
index 0b67bedb0f..d73d390309 100644
--- a/source4/lib/charset/SConscript
+++ b/source4/lib/charset/SConscript
@@ -1,3 +1,5 @@
+# tastes like -*- python -*-
+
Import('hostenv')
charset = hostenv.StaticLibrary('charset',['iconv.c','charcnv.c'])
Export('charset')
diff --git a/source4/lib/cmdline/SConscript b/source4/lib/cmdline/SConscript
index 7b5c14db87..724dc07821 100644
--- a/source4/lib/cmdline/SConscript
+++ b/source4/lib/cmdline/SConscript
@@ -1,3 +1,5 @@
+# tastes like -*- python -*-
+
Import('hostenv')
Import('basic param')
popt_common = hostenv.StaticLibrary('popt_common',['popt_common.c',basic,param])
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')
diff --git a/source4/lib/registry/SConscript b/source4/lib/registry/SConscript
index f63179283a..4ea4301105 100644
--- a/source4/lib/registry/SConscript
+++ b/source4/lib/registry/SConscript
@@ -1,3 +1,5 @@
+# tastes like -*- python -*-
+
Import('hostenv')
Import('talloc basic popt_common popt param')
registry = hostenv.StaticLibrary('registry',
diff --git a/source4/lib/talloc/SConscript b/source4/lib/talloc/SConscript
index e3851afa4e..37079c4156 100644
--- a/source4/lib/talloc/SConscript
+++ b/source4/lib/talloc/SConscript
@@ -1,3 +1,5 @@
+# tastes like -*- python -*-
+
Import('hostenv')
talloc = hostenv.StaticLibrary('talloc',['talloc.c'])
Export('talloc')