summaryrefslogtreecommitdiff
path: root/source4/lib/popt
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 /source4/lib/popt
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)
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')