diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-02 13:02:17 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-05-08 12:57:04 +0200 |
commit | f346a737855bb5018978f0fcf1dcafbf5dc7e603 (patch) | |
tree | 9e4c805a71d5d0aeec62033cd4cbedb920a3a941 /source4/lib/socket/wscript_build | |
parent | 879498b3622102630a5ade8d7d5421720f6fd7c6 (diff) | |
download | samba-f346a737855bb5018978f0fcf1dcafbf5dc7e603.tar.gz samba-f346a737855bb5018978f0fcf1dcafbf5dc7e603.tar.bz2 samba-f346a737855bb5018978f0fcf1dcafbf5dc7e603.zip |
lib/socket move interfaces code to the top level
Diffstat (limited to 'source4/lib/socket/wscript_build')
-rw-r--r-- | source4/lib/socket/wscript_build | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build index e2ff9b078a..fa497335fb 100644 --- a/source4/lib/socket/wscript_build +++ b/source4/lib/socket/wscript_build @@ -1,11 +1,11 @@ #!/usr/bin/env python bld.SAMBA_LIBRARY('netif', - source='interface.c netif.c', - autoproto='netif_proto.h', - deps='samba-util', - private_library=True - ) + source='interface.c', + deps='samba-util interfaces', + private_library=True, + autoproto='netif_proto.h' + ) bld.SAMBA_MODULE('socket_ip', source='socket_ip.c', |