diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 01:26:19 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 01:26:19 +0100 |
commit | e018501ca8e3e12e52557eafa66d104fe65088ae (patch) | |
tree | 9f094ae09da770e8a09d06c21aa5fc9990097fa2 /source4/lib | |
parent | 2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7 (diff) | |
download | samba-e018501ca8e3e12e52557eafa66d104fe65088ae.tar.gz samba-e018501ca8e3e12e52557eafa66d104fe65088ae.tar.bz2 samba-e018501ca8e3e12e52557eafa66d104fe65088ae.zip |
Fix some paths.
(This used to be commit bb16e51e60df296fa7b89eeeba6b80908099dda6)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/socket_wrapper/config.mk | 2 | ||||
-rw-r--r-- | source4/lib/util/config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/socket_wrapper/config.mk b/source4/lib/socket_wrapper/config.mk index 99ff5c7bd1..f7e874d8e2 100644 --- a/source4/lib/socket_wrapper/config.mk +++ b/source4/lib/socket_wrapper/config.mk @@ -7,4 +7,4 @@ PRIVATE_DEPENDENCIES = EXT_SOCKET PUBLIC_HEADERS += lib/socket_wrapper/socket_wrapper.h -SOCKET_WRAPPER_OBJ_FILES = lib/socket/socket_wrapper.o +SOCKET_WRAPPER_OBJ_FILES = lib/socket_wrapper/socket_wrapper.o diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index c0c19c2529..85394513cd 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -4,7 +4,7 @@ PUBLIC_DEPENDENCIES = \ LIBTALLOC LIBCRYPTO \ SOCKET_WRAPPER EXT_NSL \ - CHARSET EXECINFO + CHARSET EXECINFO DYNCONFIG LIBSAMBA-UTIL_OBJ_FILES = $(addprefix lib/util/, \ xfile.o \ |