summaryrefslogtreecommitdiff
path: root/source4/lib/socket_wrapper/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/socket_wrapper/config.mk')
-rw-r--r--source4/lib/socket_wrapper/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/socket_wrapper/config.mk b/source4/lib/socket_wrapper/config.mk
index 92a97e557e..38eabee6b3 100644
--- a/source4/lib/socket_wrapper/config.mk
+++ b/source4/lib/socket_wrapper/config.mk
@@ -7,6 +7,6 @@ RELEASE_VERSION = 1
NOPROTO = YES
DESCRIPTION = Wrapper library for testing TCP/IP connections using Unix Sockets
PUBLIC_HEADERS = socket_wrapper.h
-INIT_OBJ_FILES = socket_wrapper.o
+OBJ_FILES = socket_wrapper.o
# End SUBSYSTEM SOCKET_WRAPPER
##############################