diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2011-04-20 16:30:28 -0400 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2011-04-20 16:30:28 -0400 |
commit | d4049611272e26a2e6a35956bdc5430d7a3cdff1 (patch) | |
tree | db14eb8640e4db435e7e9177c3026d417ad94992 /agent/Makefile.am | |
parent | 512bd66b9386145e6b2873fb35faf6d97323b7e7 (diff) | |
download | libnice-d4049611272e26a2e6a35956bdc5430d7a3cdff1.tar.gz |
Rename the internally used librandom into libnice-random to avoid any possible conflict
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r-- | agent/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index 2eb88c6..3a7e37f 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -62,11 +62,11 @@ libagent_la_SOURCES = \ $(BUILT_SOURCES) libagent_la_LIBADD = \ - $(top_builddir)/random/librandom.la \ + $(top_builddir)/random/libnice-random.la \ $(top_builddir)/socket/libsocket.la \ $(top_builddir)/stun/libstun.la libagent_la_DEPENDENCIES = \ - $(top_builddir)/random/librandom.la \ + $(top_builddir)/random/libnice-random.la \ $(top_builddir)/socket/libsocket.la \ $(top_builddir)/stun/libstun.la |