diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-03-28 22:04:52 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-03-28 22:04:52 +1100 |
commit | 5c4e340ee3ff3dc5d8fdb8b4c6441cfb1071b098 (patch) | |
tree | afc885ed00776acfc6b4f592c2a7eba4b763d2ef /source4/lib | |
parent | 142fbfb3c1f9f8cda7f0edaa801f8345f23d805f (diff) | |
parent | 52013b846a7b97022b8368b51734e7a960e704f4 (diff) | |
download | samba-5c4e340ee3ff3dc5d8fdb8b4c6441cfb1071b098.tar.gz samba-5c4e340ee3ff3dc5d8fdb8b4c6441cfb1071b098.tar.bz2 samba-5c4e340ee3ff3dc5d8fdb8b4c6441cfb1071b098.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 764b7879d23bfa413a6747226f377ce2eaeaea26)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/replace/samba.m4 | 2 |
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'` |