Commit 8ac1bec3 authored by Kai Vehmanen's avatar Kai Vehmanen

Update of stun build files, part 2.

darcs-hash:20070830072441-77cd4-d6a2f7d8189f6cea1234326287224ab5771eb194.gz
parent bf6e3019
...@@ -24,13 +24,15 @@ libstun_la_SOURCES = \ ...@@ -24,13 +24,15 @@ libstun_la_SOURCES = \
unknown.c \ unknown.c \
crc32.c hmac.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 bind.c \
# relay.h relay.c stun-ice.h stun-ice.c
libstun_la_LIBADD = $(LIBS) $(OPENSSL_LIBS) $(LIBRT) libstun_la_LIBADD = $(OPENSSL_LIBS) $(LIBRT)
bin_PROGRAMS = stund stunbdc bin_PROGRAMS = stund stunbdc
check_PROGRAMS = stund check_PROGRAMS = stund
stund_SOURCES = stund.c stund.h
stund_LDADD = libstun.la -lpthread stund_LDADD = libstun.la -lpthread
stunbdc_LDADD = libstun.la stunbdc_LDADD = libstun.la
......
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