summaryrefslogtreecommitdiff
path: root/source4/lib/socket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-08-17 13:37:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:39 -0500
commita2eca9174c7803732658a1e6f7e8ed873c4fb6fd (patch)
tree237a5c57dd5b5b311ddc9830f48a7f9fa8401b38 /source4/lib/socket/config.mk
parent04b2dfd9350a218f61a2d83576ca9454e8cfed2b (diff)
downloadsamba-a2eca9174c7803732658a1e6f7e8ed873c4fb6fd.tar.gz
samba-a2eca9174c7803732658a1e6f7e8ed873c4fb6fd.tar.bz2
samba-a2eca9174c7803732658a1e6f7e8ed873c4fb6fd.zip
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
configure check for the interfaces. should fix the build on some old sun boxes metze (This used to be commit f20e251bfd9f1eb7ce5c00739631b1625a2aa467)
Diffstat (limited to 'source4/lib/socket/config.mk')
-rw-r--r--source4/lib/socket/config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/lib/socket/config.mk b/source4/lib/socket/config.mk
index 1e22edb1d7..a823efb23e 100644
--- a/source4/lib/socket/config.mk
+++ b/source4/lib/socket/config.mk
@@ -1,3 +1,13 @@
+##############################
+# Start SUBSYSTEM LIBNETIF
+[SUBSYSTEM::LIBNETIF]
+PRIVATE_PROTO_HEADER = netif_proto.h
+OBJ_FILES = \
+ interface.o \
+ netif.o
+PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL EXT_SOCKET EXT_NSL
+# End SUBSYSTEM LIBNETIF
+##############################
################################################
# Start MODULE socket_ipv4