Commit d4049611 authored by Youness Alaoui's avatar Youness Alaoui

Rename the internally used librandom into libnice-random to avoid any possible conflict

parent 512bd66b
...@@ -62,11 +62,11 @@ libagent_la_SOURCES = \ ...@@ -62,11 +62,11 @@ libagent_la_SOURCES = \
$(BUILT_SOURCES) $(BUILT_SOURCES)
libagent_la_LIBADD = \ libagent_la_LIBADD = \
$(top_builddir)/random/librandom.la \ $(top_builddir)/random/libnice-random.la \
$(top_builddir)/socket/libsocket.la \ $(top_builddir)/socket/libsocket.la \
$(top_builddir)/stun/libstun.la $(top_builddir)/stun/libstun.la
libagent_la_DEPENDENCIES = \ libagent_la_DEPENDENCIES = \
$(top_builddir)/random/librandom.la \ $(top_builddir)/random/libnice-random.la \
$(top_builddir)/socket/libsocket.la \ $(top_builddir)/socket/libsocket.la \
$(top_builddir)/stun/libstun.la $(top_builddir)/stun/libstun.la
......
...@@ -10,9 +10,9 @@ include $(top_srcdir)/common.mk ...@@ -10,9 +10,9 @@ include $(top_srcdir)/common.mk
AM_CFLAGS = $(ERROR_CFLAGS) $(GLIB_CFLAGS) AM_CFLAGS = $(ERROR_CFLAGS) $(GLIB_CFLAGS)
noinst_LTLIBRARIES = librandom.la noinst_LTLIBRARIES = libnice-random.la
librandom_la_SOURCES = \ libnice_random_la_SOURCES = \
random.h \ random.h \
random.c \ random.c \
random-glib.h \ random-glib.h \
...@@ -20,7 +20,7 @@ librandom_la_SOURCES = \ ...@@ -20,7 +20,7 @@ librandom_la_SOURCES = \
check_PROGRAMS = test check_PROGRAMS = test
test_LDADD = librandom.la $(GLIB_LIBS) test_LDADD = libnice-random.la $(GLIB_LIBS)
TESTS = $(check_PROGRAMS) TESTS = $(check_PROGRAMS)
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