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
55a51e23
Commit
55a51e23
authored
Jan 22, 2007
by
Dafydd Harries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
link libstun into libagent
darcs-hash:20070122151405-c9803-6a26cc9a59e49d6a44c91bb76bf2708f5dba40fd.gz
parent
b16f41c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
agent/Makefile.am
agent/Makefile.am
+3
-1
nice/Makefile.am
nice/Makefile.am
+0
-2
No files found.
agent/Makefile.am
View file @
55a51e23
...
...
@@ -7,7 +7,9 @@ noinst_LTLIBRARIES = libagent.la
libagent_la_SOURCES
=
agent.h agent.c
libagent_la_LIBADD
=
$(top_builddir)
/udp/libudp.la
libagent_la_LIBADD
=
\
$(top_builddir)
/udp/libudp.la
\
$(top_builddir)
/stun/libstun.la
check_PROGRAMS
=
test
test-readline test-util test-add-stream test-recv
...
...
nice/Makefile.am
View file @
55a51e23
...
...
@@ -7,7 +7,6 @@ EXTRA_libnice_la_SOURCES = libnice.ver
libnice_la_LIBADD
=
\
../local/liblocal.la
\
../stun/libstun.la
\
../agent/libagent.la
libnice_la_LDFLAGS
=
-Wl
,--version-script,
$(srcdir)
/libnice.ver
...
...
@@ -28,6 +27,5 @@ ice_test_server_SOURCES = ice-test-server.c \
ice_test_server_LDADD
=
\
$(top_builddir)
/agent/libagent.la
\
$(top_builddir)
/stun/libstun.la
\
$(GLIB_LIBS)
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