From 6c2c8d9f67d628d7bf007ad9a13d6f61414e38da Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 23 Feb 2011 17:00:39 +0100 Subject: s3-waf: remove more unused variables. Guenther --- source3/wscript_build | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 3c52289977..657a8668a3 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -47,17 +47,9 @@ LIBCLI_WINREG_SRC = '''rpc_client/cli_winreg.c # that requires knowledge of security contexts REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c''' -LIBREPLACE_SRC = '''${LIBREPLACE_SRCS}''' - -LIBSAMBAUTIL_SRC = '''${LIBREPLACE_SRC}''' - -LIBTEVENT_SRC0 = '' - PTHREADPOOL_SRC = '' -LIBREPLACE_SRCS = '' - -LIB_SRC = '''${LIBSAMBAUTIL_SRC} +LIB_SRC = ''' lib/messages.c lib/messages_local.c lib/messages_ctdbd.c lib/packet.c lib/ctdbd_conn.c lib/interfaces.c lib/memcache.c @@ -86,7 +78,7 @@ LIB_SRC = '''${LIBSAMBAUTIL_SRC} intl/lang_tdb.c lib/conn_tdb.c lib/adt_tree.c lib/gencache.c lib/sessionid_tdb.c - lib/module.c lib/events.c ${LIBTEVENT_SRC0} + lib/module.c lib/events.c lib/server_contexts.c lib/ldap_escape.c lib/secdesc.c ${PTHREADPOOL_SRC} -- cgit