summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-28 07:56:20 +0100
committerStefan Metzmacher <metze@samba.org>2008-03-28 07:56:20 +0100
commit02e8a32f5986dff252ca4f801a612d2030ee92bb (patch)
tree93bacacacac7dfa2daade39cd7f1125988d76560 /source4/lib
parent71e79728ec6542981b8921a49155936a65d332f4 (diff)
downloadsamba-02e8a32f5986dff252ca4f801a612d2030ee92bb.tar.gz
samba-02e8a32f5986dff252ca4f801a612d2030ee92bb.tar.bz2
samba-02e8a32f5986dff252ca4f801a612d2030ee92bb.zip
libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for now
This should fix the build on solaris. Later this needs better fixing... metze (This used to be commit 89b7955733c34e9699a3b43ee54de92cb9469b90)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/replace/samba.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/samba.m4 b/source4/lib/replace/samba.m4
index e62c3d3cd1..7984ef31db 100644
--- a/source4/lib/replace/samba.m4
+++ b/source4/lib/replace/samba.m4
@@ -23,7 +23,7 @@ done
SMB_SUBSYSTEM(LIBREPLACE,
[${LIBREPLACE_OBJS}],
- [LIBREPLACE_EXT],
+ [LIBREPLACE_EXT LIBREPLACE_NETWORK],
[-Ilib/replace])
LIBREPLACE_HOSTCC_OBJS=`echo ${LIBREPLACE_OBJS} |sed -e 's/\.o/\.ho/g'`