summaryrefslogtreecommitdiff
path: root/source4/lib/appweb/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/appweb/SConscript')
-rw-r--r--source4/lib/appweb/SConscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/appweb/SConscript b/source4/lib/appweb/SConscript
new file mode 100644
index 0000000000..2c8238b67c
--- /dev/null
+++ b/source4/lib/appweb/SConscript
@@ -0,0 +1,5 @@
+Import('hostenv')
+
+hostenv.StaticLibrary('mpr',['mpr/miniMpr.c','mpr/var.c'])
+hostenv.StaticLibrary('ejs',['ejs/ejsLib.c','ejs/ejsLex.c','ejs/ejsParser.c','ejs/ejsProcs.c'])
+hostenv.StaticLibrary('esp',['esp/esp.c','esp/espProcs.c'])