From 523034b9fbc1841ed63137e3d8965d52997af4e6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 19 Sep 2005 19:19:10 +0000 Subject: r10323: Add first bits required for getting compile with scons working. This does not work yet and can exist parallel with the existing build system. (This used to be commit 829568d75985e875e3363d76fb44270a0298c7f8) --- source4/lib/popt/SConscript | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 source4/lib/popt/SConscript (limited to 'source4/lib/popt') diff --git a/source4/lib/popt/SConscript b/source4/lib/popt/SConscript new file mode 100644 index 0000000000..90801ffb6f --- /dev/null +++ b/source4/lib/popt/SConscript @@ -0,0 +1,3 @@ +Import('hostenv') +popt = hostenv.StaticLibrary('popt', ['findme.c','popt.c','poptconfig.c','popthelp.c','poptparse.c']) +Export('popt') -- cgit