summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-02 14:01:52 +0100
committerMichael Adam <obnox@samba.org>2009-02-02 14:02:45 +0100
commit6f8c0349eb745b8ef6400145a30ade2f44597acb (patch)
tree05d08fc401fe8490e40efd6cff811a23ea2e30be /source3/Makefile.in
parent016598717b60c9c8731739789a394ddaecdb90eb (diff)
downloadsamba-6f8c0349eb745b8ef6400145a30ade2f44597acb.tar.gz
samba-6f8c0349eb745b8ef6400145a30ade2f44597acb.tar.xz
samba-6f8c0349eb745b8ef6400145a30ade2f44597acb.zip
s3:build: fix linking of bin/net when shared libs have been disabled
Michael
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index bc306229c8e..9147c5289f8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -913,7 +913,7 @@ NET_OBJ = $(NET_OBJ1) \
$(REG_SMBCONF_OBJ) @LIBNETAPI_STATIC@ $(LIBNET_OBJ) \
$(LIBSMBCONF_OBJ) \
@LIBWBCLIENT_STATIC@ \
- $(PRIVILEGES_BASIC_OBJ)
+ $(PRIVILEGES_BASIC_OBJ) @LIBLUA_LIBS@
CUPS_OBJ = client/smbspool.o $(PARAM_OBJ) $(LIBSMB_OBJ) \
$(LIB_NONSMBD_OBJ) $(KRBCLIENT_OBJ) $(POPT_LIB_OBJ) \