diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-30 22:09:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:21 -0500 |
commit | 44d7f4f23829d98b95d9153970849a9681e4ef26 (patch) | |
tree | e1ad9250bc9a09399d84dad152da7b0c2c2702c2 /source4/build/smb_build/main.pm | |
parent | 2d0349614c516ce63022c50ccb71bb76d04abb1c (diff) | |
download | samba-44d7f4f23829d98b95d9153970849a9681e4ef26.tar.gz samba-44d7f4f23829d98b95d9153970849a9681e4ef26.tar.bz2 samba-44d7f4f23829d98b95d9153970849a9681e4ef26.zip |
r6139: Move socket_wrapper to a seperate directory
(This used to be commit a2ef9225f15e369af7b884262b997ab321fd24d6)
Diffstat (limited to 'source4/build/smb_build/main.pm')
-rw-r--r-- | source4/build/smb_build/main.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/main.pm b/source4/build/smb_build/main.pm index 1dee5be910..e42e15b1f8 100644 --- a/source4/build/smb_build/main.pm +++ b/source4/build/smb_build/main.pm @@ -39,6 +39,7 @@ sub smb_build_main($) "lib/events/config.mk", "lib/popt/config.mk", "lib/cmdline/config.mk", + "lib/socket_wrapper/config.mk", "smb_server/config.mk", "rpc_server/config.mk", "ldap_server/config.mk", |