summaryrefslogtreecommitdiffstats
path: root/source/lib/popt
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/lib/popt
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/lib/popt')
-rw-r--r--source/lib/popt/SConscript11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/lib/popt/SConscript b/source/lib/popt/SConscript
deleted file mode 100644
index d9a576a031c..00000000000
--- a/source/lib/popt/SConscript
+++ /dev/null
@@ -1,11 +0,0 @@
-# tastes like -*- python -*-
-Import('hostenv')
-
-
-if hostenv['configure']:
- conf = hostenv.Configure()
- conf.env['HAVE_EXTERNAL_POPT'] = conf.CheckLibWithHeader('popt', 'popt.h', 'c', 'poptGetArgs(NULL);')
- conf.Finish()
-
-popt = hostenv.Library('popt', ['findme.c','popt.c','poptconfig.c','popthelp.c','poptparse.c'])
-Export('popt')