diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-07-13 16:05:16 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-07-13 16:05:16 +0000 |
commit | 17b77485fa4ea8ecbf472e2d1daa15007ff93705 (patch) | |
tree | 1b1c72d09b898f8d5dcdd68dcbd86d030e66ded5 /Makefile | |
parent | bugfix window size (diff) |
* removed srtp directory
* install libsrtp under /usr/local/lib
* cleaned up Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -29,25 +29,6 @@ OPENVPNDEPS = openvpn/tun.o \ openvpn/shaper.o \ openvpn/fragment.o -SRTPDEPS = srtp/crypto/cipher/aes_cbc.o \ - srtp/crypto/cipher/aes_icm.o \ - srtp/crypto/cipher/aes.o \ - srtp/crypto/cipher/cipher.o \ - srtp/crypto/cipher/null_cipher.o \ - srtp/crypto/kernel/alloc.o \ - srtp/crypto/kernel/crypto_kernel.o \ - srtp/crypto/kernel/err.o \ - srtp/crypto/kernel/key.o \ - srtp/crypto/math/datatypes.o \ - srtp/crypto/math/stat.o \ - srtp/crypto/hash/auth.o \ - srtp/crypto/hash/hmac.o \ - srtp/crypto/hash/null_auth.o \ - srtp/crypto/hash/sha1.o \ - srtp/crypto/rng/ctr_prng.o \ - srtp/crypto/rng/prng.o \ - srtp/crypto/rng/rand_source.o - OBJS = anytun.o \ tunDevice.o \ packetSource.o \ @@ -81,7 +62,7 @@ buffer.o: buffer.cpp buffer.h packet.o: packet.cpp packet.h buffer.h $(C++) $(CCFLAGS) $< -c -cypher.o: cypher.cpp cypher.h buffer.h +cypher.o: cypher.cpp cypher.h buffer.h srtp/libsrtp.a $(C++) $(CCFLAGS) $< -c authAlgo.o: authAlgo.cpp authAlgo.h buffer.h |