summaryrefslogtreecommitdiffstats
path: root/source
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
commit89b7955733c34e9699a3b43ee54de92cb9469b90 (patch)
tree40b1f6ef20f0c51d0c209581e8334f7ee4cf8485 /source
parent2e14b4ea64ba7e223f29b5b535b1b1be326f711c (diff)
downloadsamba-89b7955733c34e9699a3b43ee54de92cb9469b90.tar.gz
samba-89b7955733c34e9699a3b43ee54de92cb9469b90.tar.xz
samba-89b7955733c34e9699a3b43ee54de92cb9469b90.zip
libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for now
This should fix the build on solaris. Later this needs better fixing... metze
Diffstat (limited to 'source')
-rw-r--r--source/lib/replace/samba.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/replace/samba.m4 b/source/lib/replace/samba.m4
index e62c3d3cd17..7984ef31db6 100644
--- a/source/lib/replace/samba.m4
+++ b/source/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'`