diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-20 16:28:43 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-21 03:54:42 +0100 |
commit | 77b400764e3dadfa05407343af649ad9298cc085 (patch) | |
tree | 794a81a8585ed6e195d43446a3c0dd00d63298d0 /source/lib/socket_wrapper | |
parent | 4fa8a2789c7a2fa912645f08ca5a3be891d173dd (diff) | |
download | samba-77b400764e3dadfa05407343af649ad9298cc085.tar.gz |
build: Demote a bunch of libraries to subsystems. This makes packaging easier and should also make it easier
to migrate to a new build system.
Diffstat (limited to 'source/lib/socket_wrapper')
-rw-r--r-- | source/lib/socket_wrapper/config.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/lib/socket_wrapper/config.mk b/source/lib/socket_wrapper/config.mk index 9e194230dc1..4c5cf943485 100644 --- a/source/lib/socket_wrapper/config.mk +++ b/source/lib/socket_wrapper/config.mk @@ -1,9 +1,6 @@ ############################## # Start SUBSYSTEM SOCKET_WRAPPER -[LIBRARY::SOCKET_WRAPPER] -VERSION = 0.0.1 -SO_VERSION = 0 -DESCRIPTION = Wrapper library for testing TCP/IP connections using Unix Sockets +[SUBSYSTEM::SOCKET_WRAPPER] PUBLIC_HEADERS = socket_wrapper.h OBJ_FILES = socket_wrapper.o PRIVATE_DEPENDENCIES = EXT_SOCKET |