diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2007-06-20 17:32:09 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2007-06-20 17:32:09 +0000 |
| commit | ff76e2bf6c6730c698646d5ebab52a0301b55c29 (patch) | |
| tree | 71860aab5a82ab188a8934d1c80d30ca9218c43b | |
| parent | 9a08fda26edd57b9441c1df5d75423dc3b14417c (diff) | |
| download | btpd-ff76e2bf6c6730c698646d5ebab52a0301b55c29.tar.gz btpd-ff76e2bf6c6730c698646d5ebab52a0301b55c29.zip | |
Add libraries in the correct place.
| -rw-r--r-- | btpd/Makefile.am | 4 |
1 files 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@ |