From 96745cbfc0e3386fa32631daa45b4096a1f80e61 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 19 Sep 2005 21:44:36 +0000 Subject: r10328: Add more emacs python-mode markers. (This used to be commit 540a3649e88690e829c17d79ecdccdc9ed464845) --- source4/lib/SConscript | 2 ++ source4/lib/charset/SConscript | 2 ++ source4/lib/cmdline/SConscript | 2 ++ source4/lib/popt/SConscript | 2 ++ source4/lib/registry/SConscript | 2 ++ source4/lib/talloc/SConscript | 2 ++ source4/param/SConscript | 2 ++ 7 files changed, 14 insertions(+) (limited to 'source4') 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') -- cgit