s3compat: fixed dependency on build_options.c
authorAndrew Tridgell <tridge@samba.org>
Sun, 25 Apr 2010 11:40:08 +0000 (21:40 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jun 2010 01:12:28 +0000 (11:12 +1000)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/s3compat/s3replace.c
source4/s3compat/wscript_build

index d0cdeb2caf4f8ed74c84fe5b80533cbddd3b577e..9f81d7435343263860d2967e23ac9137409b36bf 100644 (file)
@@ -23,4 +23,8 @@
 #include "../libcli/auth/libcli_auth.h"
 #include "librpc/gen_ndr/ndr_secrets.h"
 
+void build_options(bool screen)
+{
+       DEBUG(2,("build options:\ns3compat\n"));
+}
 
index 8550a5d2bca9e80450898e438e7650388be7e612..f4933addba2b5d89029498aedd26e9738e4b37e6 100644 (file)
@@ -796,7 +796,7 @@ SMBD_SRC_BASE = '''${SMBD_SRC_SRV}
                 ${LIBMSRPC_SRC}
                 ${LIBMSRPC_GEN_SRC} ${AVAHI_SRC} ${LIBADS_SRC}
                 ${KRBCLIENT_SRC} ${LIBADS_SERVER_SRC} ${REG_FULL_SRC}
-                ${POPT_LIB_SRC} ${BUILDOPT_SRC} ${SMBLDAP_SRC}
+                ${POPT_LIB_SRC} ${SMBLDAP_SRC}
                 ${LIBNET_SRC}
                 ${RPC_LSA_SRC}
                 ${RPC_NETLOG_SRC} ${RPC_SAMR_SRC}