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
90bbcfaa
Commit
90bbcfaa
authored
May 28, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix configure for s/utils/tools/ and Makefile for the trans and timer move
parent
d7fe0c28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
configure.ac
configure.ac
+1
-1
stun/Makefile.am
stun/Makefile.am
+2
-1
No files found.
configure.ac
View file @
90bbcfaa
...
@@ -11,7 +11,7 @@ AC_CONFIG_FILES([
...
@@ -11,7 +11,7 @@ AC_CONFIG_FILES([
tests/Makefile
tests/Makefile
stun/Makefile
stun/Makefile
stun/tests/Makefile
stun/tests/Makefile
stun/
uti
ls/Makefile
stun/
too
ls/Makefile
local/Makefile
local/Makefile
udp/Makefile
udp/Makefile
nice/Makefile
nice/Makefile
...
...
stun/Makefile.am
View file @
90bbcfaa
...
@@ -25,7 +25,8 @@ libstun_la_SOURCES = \
...
@@ -25,7 +25,8 @@ libstun_la_SOURCES = \
utils.c
\
utils.c
\
unknown.c
\
unknown.c
\
crc32.c hmac.c
\
crc32.c hmac.c
\
timer.h timer.c trans.h trans.c
\
usages/timer.h usages/timer.c
\
usages/trans.h usages/trans.c
\
usages/stun-ice.c usages/stun-ice.h
\
usages/stun-ice.c usages/stun-ice.h
\
usages/bind.c usages/bind.h
usages/bind.c usages/bind.h
...
...
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