Commit 90bbcfaa authored by Youness Alaoui's avatar Youness Alaoui

Fix configure for s/utils/tools/ and Makefile for the trans and timer move

parent d7fe0c28
...@@ -11,7 +11,7 @@ AC_CONFIG_FILES([ ...@@ -11,7 +11,7 @@ AC_CONFIG_FILES([
tests/Makefile tests/Makefile
stun/Makefile stun/Makefile
stun/tests/Makefile stun/tests/Makefile
stun/utils/Makefile stun/tools/Makefile
local/Makefile local/Makefile
udp/Makefile udp/Makefile
nice/Makefile nice/Makefile
......
...@@ -25,7 +25,8 @@ libstun_la_SOURCES = \ ...@@ -25,7 +25,8 @@ libstun_la_SOURCES = \
utils.c \ utils.c \
unknown.c \ unknown.c \
crc32.c hmac.c \ crc32.c hmac.c \
timer.h timer.c trans.h trans.c \ usages/timer.h usages/timer.c \
usages/trans.h usages/trans.c \
usages/stun-ice.c usages/stun-ice.h \ usages/stun-ice.c usages/stun-ice.h \
usages/bind.c usages/bind.h usages/bind.c usages/bind.h
......
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