summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-09-19 21:44:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:28 -0500
commit96745cbfc0e3386fa32631daa45b4096a1f80e61 (patch)
tree668d9c9e6623d3b2b28159941031f94734a9e8e8
parent3e1ae5a40929abfd3052991624b32605d0195fd1 (diff)
downloadsamba-96745cbfc0e3386fa32631daa45b4096a1f80e61.tar.gz
samba-96745cbfc0e3386fa32631daa45b4096a1f80e61.tar.bz2
samba-96745cbfc0e3386fa32631daa45b4096a1f80e61.zip
r10328: Add more emacs python-mode markers.
(This used to be commit 540a3649e88690e829c17d79ecdccdc9ed464845)
-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
-rw-r--r--source4/param/SConscript2
7 files changed, 14 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')
diff --git a/source4/param/SConscript b/source4/param/SConscript
index 42d3d9cc75..9fe6ffa71b 100644
--- a/source4/param/SConscript
+++ b/source4/param/SConscript
@@ -1,3 +1,5 @@
+# tastes like -*- python -*-
+
Import('hostenv')
param = hostenv.StaticLibrary('loadparm',['loadparm.c','params.c'])
Export('param')