diff options
author | Simo Sorce <idra@samba.org> | 2005-06-03 14:11:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:30 -0500 |
commit | 6eb8838190534106c6afedf37ba52cd03d501c8b (patch) | |
tree | 71194e344ecd157e07ca56e9cef55da97e5745e2 | |
parent | 4a08acec08c88378bc12b591b5830689cd9a2c7d (diff) | |
download | samba-6eb8838190534106c6afedf37ba52cd03d501c8b.tar.gz samba-6eb8838190534106c6afedf37ba52cd03d501c8b.tar.bz2 samba-6eb8838190534106c6afedf37ba52cd03d501c8b.zip |
r7236: uhmm this require to be in too
(This used to be commit 3b5fc036f3ffe57282b291454f6c632306e4c8d5)
-rw-r--r-- | source4/web_server/config.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/web_server/config.mk b/source4/web_server/config.mk index 8c83dceb4c..2398c11d98 100644 --- a/source4/web_server/config.mk +++ b/source4/web_server/config.mk @@ -20,10 +20,8 @@ INIT_OBJ_FILES = \ web_server/web_server.o ADD_OBJ_FILES = \ web_server/http.o \ - web_server/calls.o \ web_server/tls.o \ - web_server/tlscert.o \ - web_server/pam.o -REQUIRED_SUBSYSTEMS = ESP EXT_LIB_GNUTLS EXT_LIB_PAM SMBCALLS PAM_ERRORS + web_server/tlscert.o +REQUIRED_SUBSYSTEMS = ESP EXT_LIB_GNUTLS SMBCALLS # End SUBSYSTEM WEB ####################### |