diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 12:54:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:28 -0500 |
commit | 6275553baee5593f9e13a0635755b2deb275c3be (patch) | |
tree | effa8d8e0d11e48dd31fb32fe0aa358882d09198 /source4/utils | |
parent | fe9312609694011d9201a3d07df2cde5a75eec05 (diff) | |
download | samba-6275553baee5593f9e13a0635755b2deb275c3be.tar.gz samba-6275553baee5593f9e13a0635755b2deb275c3be.tar.bz2 samba-6275553baee5593f9e13a0635755b2deb275c3be.zip |
r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocket on SUN
boxes.
(This used to be commit c95ad11307dc89384c10bd5919817bf12d9c1ed9)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk index e2c853d72a..f5b42b30ea 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -98,7 +98,7 @@ PRIVATE_DEPENDENCIES = \ LIBSAMBA-CONFIG \ LIBSAMBA-UTIL \ LIBPOPT \ - SOCKET \ + LIBSAMBA-SOCKET \ POPT_SAMBA \ LIBCLI_RESOLVE \ CHARSET |