diff options
author | Günther Deschner <gd@samba.org> | 2011-02-02 17:01:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-02 18:11:19 +0100 |
commit | 175fbe0bfc9c2754b202d06185d59358f0ac2ee9 (patch) | |
tree | 533f2e022a1f277a4acb27bd33e6ba80021bb851 /source3/wscript_build | |
parent | d038b45948f9074e0df56ec14a8b21e646f2cc2b (diff) | |
download | samba-175fbe0bfc9c2754b202d06185d59358f0ac2ee9.tar.gz samba-175fbe0bfc9c2754b202d06185d59358f0ac2ee9.tar.bz2 samba-175fbe0bfc9c2754b202d06185d59358f0ac2ee9.zip |
s3-waf: fix the build after libnet changes.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 23d55b970b..acc3f15d81 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -564,6 +564,7 @@ LIBNET_SRC = 'libnet/libnet_join.c libnet/libnet_keytab.c' LIBNET_DSSYNC_SRC = '''libnet/libnet_dssync.c + libnet/libnet_dssync_passdb.c libnet/libnet_dssync_keytab.c''' LIBNET_SAMSYNC_SRC = '''libnet/libnet_samsync.c |