|
Lines 54-63
sample_server_SOURCES = sample-server.c
|
Link Here
|
|---|
|
server_SOURCES = server.c common.c common.h | server_SOURCES = server.c common.c common.h |
client_SOURCES = client.c common.c common.h | client_SOURCES = client.c common.c common.h |
| |
server_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) |
server_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) $(LIB_CRYPT) |
client_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) |
client_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) $(LIB_CRYPT) |
| |
sample_client_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) |
sample_client_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) $(LIB_CRYPT) |
sample_server_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) |
sample_server_LDADD = ../lib/libsasl2.la $(LIB_SOCKET) $(LIB_CRYPT) |
| |
EXTRA_DIST = NTMakefile | EXTRA_DIST = NTMakefile |
|
Lines 63-69
lib_LTLIBRARIES = libsasl2.la
|
Link Here
|
|---|
|
libsasl2_la_SOURCES = $(common_sources) $(common_headers) | libsasl2_la_SOURCES = $(common_sources) $(common_headers) |
libsasl2_la_LDFLAGS = -version-info $(sasl_version) | libsasl2_la_LDFLAGS = -version-info $(sasl_version) |
libsasl2_la_DEPENDENCIES = $(LTLIBOBJS) | libsasl2_la_DEPENDENCIES = $(LTLIBOBJS) |
libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) $(LIB_DOOR) |
libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) $(LIB_DOOR) $(LIB_CRYPT) |
| |
if MACOSX | if MACOSX |
framedir = /Library/Frameworks/SASL2.framework | framedir = /Library/Frameworks/SASL2.framework |