diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-02-01 18:47:00 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-02-01 18:47:00 +0000 |
commit | d4ee795d09eb41173580808ac30730196ca2ebff (patch) | |
tree | f1d1efad4e52b4fc424fae8f0ac3fca96f36337f | |
parent | 7e665bf9417639fd365278a165705e0a64c28118 (diff) | |
download | libnice-d4ee795d09eb41173580808ac30730196ca2ebff.tar.gz |
link stuff in nice/ against libnice instead of libagent
darcs-hash:20070201184746-c9803-d39d73c39b67ca48df88c2a66c102bc01407700f.gz
-rw-r--r-- | nice/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nice/Makefile.am b/nice/Makefile.am index ee21445..e74bf3f 100644 --- a/nice/Makefile.am +++ b/nice/Makefile.am @@ -18,7 +18,7 @@ AM_CFLAGS = -Wall -Werror \ -I $(top_srcdir)/stun \ $(GLIB_CFLAGS) -COMMON_LDADD = $(top_builddir)/agent/libagent.la $(GLIB_LIBS) +COMMON_LDADD = libnice.la $(GLIB_LIBS) ice_test_client_SOURCES = \ ice-test-client.c \ @@ -27,7 +27,7 @@ ice_test_client_SOURCES = \ util.h \ 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.c \ |