Commit d4ee795d authored by Dafydd Harries's avatar Dafydd Harries

link stuff in nice/ against libnice instead of libagent

darcs-hash:20070201184746-c9803-d39d73c39b67ca48df88c2a66c102bc01407700f.gz
parent 7e665bf9
...@@ -18,7 +18,7 @@ AM_CFLAGS = -Wall -Werror \ ...@@ -18,7 +18,7 @@ AM_CFLAGS = -Wall -Werror \
-I $(top_srcdir)/stun \ -I $(top_srcdir)/stun \
$(GLIB_CFLAGS) $(GLIB_CFLAGS)
COMMON_LDADD = $(top_builddir)/agent/libagent.la $(GLIB_LIBS) COMMON_LDADD = libnice.la $(GLIB_LIBS)
ice_test_client_SOURCES = \ ice_test_client_SOURCES = \
ice-test-client.c \ ice-test-client.c \
...@@ -27,7 +27,7 @@ ice_test_client_SOURCES = \ ...@@ -27,7 +27,7 @@ ice_test_client_SOURCES = \
util.h \ util.h \
util.c util.c
ice_test_client_LDADD = $(COMMON_LDADD) ice_test_client_LDADD = $(top_builddir)/stun/libstun.la $(COMMON_LDADD)
ice_test_server_SOURCES = \ ice_test_server_SOURCES = \
ice-test-server.c \ ice-test-server.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