diff options
author | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-03-28 05:43:52 -0500 |
---|---|---|
committer | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-03-28 05:43:52 -0500 |
commit | ba4739547ef9bf2eb4aac45be9d71264a845e4fc (patch) | |
tree | 796aa806a662230e09deee4b4bbc1ac0cae062db /source4/lib | |
parent | 8f8c56bfbcbfe8f80afb09eb1d481a108b252bee (diff) | |
parent | 52013b846a7b97022b8368b51734e7a960e704f4 (diff) | |
download | samba-ba4739547ef9bf2eb4aac45be9d71264a845e4fc.tar.gz samba-ba4739547ef9bf2eb4aac45be9d71264a845e4fc.tar.bz2 samba-ba4739547ef9bf2eb4aac45be9d71264a845e4fc.zip |
Merge branch 'v4-0-test' of git://git.samba.org/samba into v4-0-local
(This used to be commit 9b4449b46c0404b3c694ac9c592be63185c366b7)
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'` |