Commit f0260d6b authored by Kai Vehmanen's avatar Kai Vehmanen

Removed relay code from the build.

darcs-hash:20070720213107-77cd4-e5a513fe2281589f622517d6787b9e8fda72de03.gz
parent 23747ed7
...@@ -21,8 +21,8 @@ noinst_LTLIBRARIES = libstun.la ...@@ -21,8 +21,8 @@ noinst_LTLIBRARIES = libstun.la
libstun_la_SOURCES = \ libstun_la_SOURCES = \
stun-msg.h stunsend.c stunrecv.c crc32.c hmac.c \ stun-msg.h stunsend.c stunrecv.c crc32.c hmac.c \
timer.h timer.c trans.h trans.c \ timer.h timer.c trans.h trans.c \
bind.h stun-ice.h bind.c bindserv.c \ bind.h stun-ice.h bind.c bindserv.c
relay.h relay.c # relay.h relay.c
libstun_la_LIBADD = $(LIBS) $(OPENSSL_LIBS) $(LIBRT) libstun_la_LIBADD = $(LIBS) $(OPENSSL_LIBS) $(LIBRT)
EXTRA_libstun_la_SOURCES = stun.h stun.c EXTRA_libstun_la_SOURCES = stun.h stun.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment