1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

r14575: Move some path-related functions to libsamba-config so libsamba-util

doesn't have to depend on the lp_* functions.
This commit is contained in:
Jelmer Vernooij
2006-03-20 00:28:12 +00:00
committed by Gerald (Jerry) Carter
parent 29d63edbd7
commit f97df7d90a
13 changed files with 212 additions and 176 deletions

View File

@@ -5,7 +5,7 @@ OBJ_FILES = \
tls.o \
tlscert.o
REQUIRED_SUBSYSTEMS = \
LIBTALLOC EXT_LIB_GNUTLS
LIBTALLOC EXT_LIB_GNUTLS LIBSAMBA-CONFIG
#
# End SUBSYSTEM LIBTLS
################################################