From ff76e2bf6c6730c698646d5ebab52a0301b55c29 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Wed, 20 Jun 2007 17:32:09 +0000 Subject: Add libraries in the correct place. --- btpd/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btpd/Makefile.am b/btpd/Makefile.am index 1f36eb1..2656659 100644 --- a/btpd/Makefile.am +++ b/btpd/Makefile.am @@ -15,6 +15,6 @@ btpd_SOURCES=\ upload.c upload.h\ util.c -btpd_LDADD=../misc/libmisc.a ../libevent/libevent.a +btpd_LDADD=../misc/libmisc.a ../libevent/libevent.a -lcrypto -lm btpd_CPPFLAGS=-I$(top_srcdir)/misc -I$(top_srcdir)/libevent @openssl_CPPFLAGS@ -btpd_LDFLAGS=@openssl_LDFLAGS@ -lcrypto -lm +btpd_LDFLAGS=@openssl_LDFLAGS@ -- cgit 1.4.1