summaryrefslogtreecommitdiff
path: root/pjnath/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pjnath/build/Makefile')
-rw-r--r--pjnath/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjnath/build/Makefile b/pjnath/build/Makefile
index 66017c79..32b0b50d 100644
--- a/pjnath/build/Makefile
+++ b/pjnath/build/Makefile
@@ -40,7 +40,7 @@ export PJNATH_CFLAGS += $(_CFLAGS)
# Defines for building test application
#
export PJNATH_TEST_SRCDIR = ../src/pjnath-test
-export PJNATH_TEST_OBJS += ice_test.o stun.o sess_auth.o server.o \
+export PJNATH_TEST_OBJS += ice_test.o stun.o sess_auth.o server.o concur_test.o \
stun_sock_test.o turn_sock_test.o test.o
export PJNATH_TEST_CFLAGS += $(_CFLAGS)
export PJNATH_TEST_LDFLAGS += $(_LDFLAGS)