Browse Source

Add libraries in the correct place.

master
Richard Nyberg 17 years ago
parent
commit
ff76e2bf6c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      btpd/Makefile.am

+ 2
- 2
btpd/Makefile.am View File

@@ -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@

Loading…
Cancel
Save