diff options
author | Tim Potter <tpot@samba.org> | 2005-05-29 03:53:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:11 -0500 |
commit | 14ade23914b328fcb5924488c2416dfa7748e4ab (patch) | |
tree | 488e2f05ae2641051392f704dde4fcf667511c84 /source4/build/smb_build | |
parent | de850cb754f8ea49acc80e4303a9835578768154 (diff) | |
download | samba-14ade23914b328fcb5924488c2416dfa7748e4ab.tar.gz samba-14ade23914b328fcb5924488c2416dfa7748e4ab.tar.bz2 samba-14ade23914b328fcb5924488c2416dfa7748e4ab.zip |
r7065: Move ejs from web_server to lib so it can be shared with smbscript.
(This used to be commit b83dc8fbfb9ffe30654bc4869398f50dd9ccccb7)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/main.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/main.pm b/source4/build/smb_build/main.pm index 758346b421..98cf9bed6d 100644 --- a/source4/build/smb_build/main.pm +++ b/source4/build/smb_build/main.pm @@ -37,6 +37,7 @@ sub smb_build_main($) "lib/popt/config.mk", "lib/cmdline/config.mk", "lib/socket_wrapper/config.mk", + "lib/ejs/config.mk", "param/config.mk", "smb_server/config.mk", "rpc_server/config.mk", |