Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
d4049611
Commit
d4049611
authored
Apr 20, 2011
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename the internally used librandom into libnice-random to avoid any possible conflict
parent
512bd66b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
agent/Makefile.am
agent/Makefile.am
+2
-2
random/Makefile.am
random/Makefile.am
+3
-3
No files found.
agent/Makefile.am
View file @
d4049611
...
...
@@ -62,11 +62,11 @@ libagent_la_SOURCES = \
$(BUILT_SOURCES)
libagent_la_LIBADD
=
\
$(top_builddir)
/random/librandom.la
\
$(top_builddir)
/random/lib
nice-
random.la
\
$(top_builddir)
/socket/libsocket.la
\
$(top_builddir)
/stun/libstun.la
libagent_la_DEPENDENCIES
=
\
$(top_builddir)
/random/librandom.la
\
$(top_builddir)
/random/lib
nice-
random.la
\
$(top_builddir)
/socket/libsocket.la
\
$(top_builddir)
/stun/libstun.la
...
...
random/Makefile.am
View file @
d4049611
...
...
@@ -10,9 +10,9 @@ include $(top_srcdir)/common.mk
AM_CFLAGS
=
$(ERROR_CFLAGS)
$(GLIB_CFLAGS)
noinst_LTLIBRARIES
=
librandom.la
noinst_LTLIBRARIES
=
lib
nice-
random.la
librandom_la_SOURCES
=
\
lib
nice_
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
=
lib
nice-
random.la
$(GLIB_LIBS)
TESTS
=
$(check_PROGRAMS)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment