summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-02 12:20:21 +1000
committerAndrew Tridgell <tridge@samba.org>2011-05-08 12:57:04 +0200
commit897ef820a40afffbf337b5487a49d957464def67 (patch)
tree092f654a82f289cf33825bfb882cf70dd16fa25c /source3/Makefile.in
parentf346a737855bb5018978f0fcf1dcafbf5dc7e603 (diff)
downloadsamba-897ef820a40afffbf337b5487a49d957464def67.tar.gz
samba-897ef820a40afffbf337b5487a49d957464def67.tar.xz
samba-897ef820a40afffbf337b5487a49d957464def67.zip
s3-lib Use common lib/socket code for get_interfaces() et al
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9dfeb7f4333..456d4f5571f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -440,7 +440,7 @@ CRYPTO_OBJ = ../lib/crypto/crc32.o ../lib/crypto/md5.o \
LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \
lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \
lib/messages_ctdbd.o lib/ctdb_packet.o lib/ctdbd_conn.o \
- lib/interfaces.o lib/memcache.o \
+ ../lib/socket/interfaces.o lib/memcache.o \
lib/talloc_dict.o \
lib/serverid.o \
lib/util_sconn.o \