summaryrefslogtreecommitdiffstats
path: root/source/param
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-20 10:04:57 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-10-20 10:04:57 +0000
commitb5ac6c2464349b554d8b741ede89523090080da3 (patch)
treed04d320fa724a19e6831f218c2459df0a5d985ff /source/param
parentc914dde9eae65ff95fbb0b56873a1d533f6f5456 (diff)
downloadsamba-b5ac6c2464349b554d8b741ede89523090080da3.tar.gz
samba-b5ac6c2464349b554d8b741ede89523090080da3.tar.xz
samba-b5ac6c2464349b554d8b741ede89523090080da3.zip
r11214: Remove scons files (see http://lists.samba.org/archive/samba-technical/2005-October/043443.html)
Diffstat (limited to 'source/param')
-rw-r--r--source/param/SConscript10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/param/SConscript b/source/param/SConscript
deleted file mode 100644
index b93cc342cd8..00000000000
--- a/source/param/SConscript
+++ /dev/null
@@ -1,10 +0,0 @@
-Import('hostenv')
-# tastes like -*- python -*-
-
-Import('dynconfig basic')
-param_files = ['loadparm.c','params.c']
-param = hostenv.Library('loadparm',[param_files,dynconfig,basic])
-hostenv.proto_headers += hostenv.CProtoHeader('proto.h', param_files)
-Export('param')
-generic = hostenv.Library('generic',['generic.c'])
-Export('generic')