Commit 33e6d766 authored by Youness Alaoui's avatar Youness Alaoui

pthread is not needed for stun

parent 3412db20
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <pthread.h>
#include "stunmessage.h" #include "stunmessage.h"
#include "stunhmac.h" #include "stunhmac.h"
......
...@@ -16,7 +16,7 @@ bin_PROGRAMS = stunbdc stund ...@@ -16,7 +16,7 @@ bin_PROGRAMS = stunbdc stund
check_PROGRAMS = stund check_PROGRAMS = stund
stund_SOURCES = stund.c stund.h stund_SOURCES = stund.c stund.h
stund_LDADD = ../libstun.la -lpthread stund_LDADD = ../libstun.la
stunbdc_SOURCES = stunbdc.c stunbdc_SOURCES = stunbdc.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