1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r8400: separate out the mpr code, as it is in the upstream appweb sources

This commit is contained in:
Andrew Tridgell 2005-07-13 00:12:22 +00:00 committed by Gerald (Jerry) Carter
parent 52db7a052b
commit 0e30b6e4cc
7 changed files with 19 additions and 9 deletions

View File

@ -1,3 +1,14 @@
#######################
# Start SUBSYSTEM MPR
[SUBSYSTEM::MPR]
ADD_OBJ_FILES = \
lib/appweb/mpr/miniMpr.o \
lib/appweb/mpr/var.o
NOPROTO=YES
# End SUBSYSTEM MPR
#######################
#######################
# Start SUBSYSTEM EJS
[SUBSYSTEM::EJS]
@ -5,9 +16,8 @@ ADD_OBJ_FILES = \
lib/appweb/ejs/ejsLib.o \
lib/appweb/ejs/ejsLex.o \
lib/appweb/ejs/ejsParser.o \
lib/appweb/ejs/ejsProcs.o \
lib/appweb/ejs/miniMpr.o \
lib/appweb/ejs/var.o
lib/appweb/ejs/ejsProcs.o
REQUIRED_SUBSYSTEMS = MPR
NOPROTO=YES
# End SUBSYSTEM EJS
#######################

View File

@ -44,8 +44,8 @@
#ifndef _h_EJS
#define _h_EJS 1
#include "miniMpr.h"
#include "var.h"
#include "lib/appweb/mpr/miniMpr.h"
#include "lib/appweb/mpr/var.h"
#ifdef __cplusplus
extern "C" {

View File

@ -38,8 +38,8 @@
#include "lib/appweb/ejs/ejs.h"
#include "lib/appweb/esp/espEnv.h"
#include "lib/appweb/ejs/var.h"
#include "lib/appweb/ejs/miniMpr.h"
#include "lib/appweb/mpr/var.h"
#include "lib/appweb/mpr/miniMpr.h"
/*********************************** Defines **********************************/

View File

@ -29,7 +29,7 @@
* @end
*/
#include "lib/appweb/ejs/miniMpr.h"
#include "miniMpr.h"
/************************************ Code ************************************/
#if !BLD_APPWEB

View File

@ -41,7 +41,7 @@
/* allow this library to use strcpy() */
#undef strcpy
#include "config.h"
#include "lib/appweb/ejs/config.h"
#if BLD_APPWEB
/*