summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2011-04-20 16:30:28 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2011-04-20 16:30:28 -0400
commitd4049611272e26a2e6a35956bdc5430d7a3cdff1 (patch)
treedb14eb8640e4db435e7e9177c3026d417ad94992 /random
parent512bd66b9386145e6b2873fb35faf6d97323b7e7 (diff)
downloadlibnice-d4049611272e26a2e6a35956bdc5430d7a3cdff1.tar.gz
Rename the internally used librandom into libnice-random to avoid any possible conflict
Diffstat (limited to 'random')
-rw-r--r--random/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/random/Makefile.am b/random/Makefile.am
index 47dc6f0..8d8ab82 100644
--- a/random/Makefile.am
+++ b/random/Makefile.am
@@ -10,9 +10,9 @@ include $(top_srcdir)/common.mk
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.c \
random-glib.h \
@@ -20,7 +20,7 @@ librandom_la_SOURCES = \
check_PROGRAMS = test
-test_LDADD = librandom.la $(GLIB_LIBS)
+test_LDADD = libnice-random.la $(GLIB_LIBS)
TESTS = $(check_PROGRAMS)