comparison src/util/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 294af3a8d974
children fed87704b48a
comparison
equal deleted inserted replaced
7843:0df78677ea1b 7844:7b39370dae6b
44 ../auth/libpassword.a \ 44 ../auth/libpassword.a \
45 ../lib-ntlm/libntlm.a \ 45 ../lib-ntlm/libntlm.a \
46 ../lib-otp/libotp.a \ 46 ../lib-otp/libotp.a \
47 ../lib/liblib.a \ 47 ../lib/liblib.a \
48 $(AUTH_LIBS) \ 48 $(AUTH_LIBS) \
49 $(RAND_LIBS) \
50 $(MODULE_LIBS) 49 $(MODULE_LIBS)
51 50
52 dovecotpw_SOURCES = \ 51 dovecotpw_SOURCES = \
53 dovecotpw.c 52 dovecotpw.c