comparison src/auth/Makefile.am @ 7844:7b39370dae6b HEAD

If we need -lcrypto for randomness, put it to $LIBS instead of $RAND_LIBS since it needs to be linked to all binaries anyway.
author Timo Sirainen <tss@iki.fi>
date Thu, 12 Jun 2008 23:11:45 +0300
parents c77c2e198d15
children 33eae1ca0be0
comparison
equal deleted inserted replaced
7843:0df78677ea1b 7844:7b39370dae6b
42 ../lib-ntlm/libntlm.a \ 42 ../lib-ntlm/libntlm.a \
43 ../lib-otp/libotp.a \ 43 ../lib-otp/libotp.a \
44 ../lib-sql/libsql.a \ 44 ../lib-sql/libsql.a \
45 ../lib/liblib.a \ 45 ../lib/liblib.a \
46 $(AUTH_LIBS) \ 46 $(AUTH_LIBS) \
47 $(RAND_LIBS) \
48 $(MODULE_LIBS) 47 $(MODULE_LIBS)
49 48
50 ldap_sources = db-ldap.c passdb-ldap.c userdb-ldap.c 49 ldap_sources = db-ldap.c passdb-ldap.c userdb-ldap.c
51 50
52 if ! LDAP_PLUGIN 51 if ! LDAP_PLUGIN