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
520d2973
Commit
520d2973
authored
Oct 06, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update makefiles and configure to the new changes in file structure for the NiceSocket
parent
4b833fd9
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
29 deletions
+16
-29
Makefile.am
Makefile.am
+1
-1
agent/Makefile.am
agent/Makefile.am
+3
-3
configure.ac
configure.ac
+1
-1
gst/Makefile.am
gst/Makefile.am
+1
-1
nice/Makefile.am
nice/Makefile.am
+1
-1
socket/Makefile.am
socket/Makefile.am
+9
-22
No files found.
Makefile.am
View file @
520d2973
...
...
@@ -13,7 +13,7 @@ ALWAYS_SUBDIRS = \
local
\
stun
\
tests
\
udp
\
socket
\
random
\
agent
\
nice
...
...
agent/Makefile.am
View file @
520d2973
...
...
@@ -14,7 +14,7 @@ AM_CFLAGS = \
-I
$(top_srcdir)
\
-I
$(top_srcdir)
/address
\
-I
$(top_srcdir)
/random
\
-I
$(top_srcdir)
/
udp
\
-I
$(top_srcdir)
/
socket
\
-I
$(top_srcdir)
/stun
COMMON_LDADD
=
libagent.la
$(GLIB_LIBS)
...
...
@@ -57,12 +57,12 @@ libagent_la_SOURCES = \
libagent_la_LIBADD
=
\
../address/libaddress.la
\
../random/librandom.la
\
../
udp/libudp
.la
\
../
socket/libsocket
.la
\
../stun/libstun.la
libagent_la_DEPENDENCIES
=
\
../address/libaddress.la
\
../random/librandom.la
\
../
udp/libudp
.la
\
../
socket/libsocket
.la
\
../stun/libstun.la
check_PROGRAMS
=
\
...
...
configure.ac
View file @
520d2973
...
...
@@ -13,7 +13,7 @@ AC_CONFIG_FILES([
stun/tests/Makefile
stun/tools/Makefile
local/Makefile
udp
/Makefile
socket
/Makefile
nice/Makefile
nice/nice.pc
random/Makefile
...
...
gst/Makefile.am
View file @
520d2973
...
...
@@ -9,7 +9,7 @@
AM_CFLAGS
=
-Wall
-Werror
\
$(GST_CFLAGS)
\
-I
$(top_srcdir)
\
-I
$(top_srcdir)
/
udp
\
-I
$(top_srcdir)
/
socket
\
-I
$(top_srcdir)
/agent
\
-I
$(top_srcdir)
/random
\
-I
$(top_srcdir)
/address
\
...
...
nice/Makefile.am
View file @
520d2973
...
...
@@ -32,7 +32,7 @@ AM_CFLAGS = \
-I
$(top_srcdir)
/address
\
-I
$(top_srcdir)
/agent
\
-I
$(top_srcdir)
/random
\
-I
$(top_srcdir)
/
udp
\
-I
$(top_srcdir)
/
socket
\
-I
$(top_srcdir)
/stun
EXTRA_PROGRAMS
=
\
...
...
socket/Makefile.am
View file @
520d2973
...
...
@@ -13,37 +13,24 @@ AM_CFLAGS = \
$(GLIB_CFLAGS)
\
-I
$(top_srcdir)
/address
COMMON_LDADD
=
lib
udp.la
$(GLIB_LIBS)
$(top_builddir)
/address/libaddress
.la
COMMON_LDADD
=
lib
socket.la
$(GLIB_LIBS)
$(top_builddir)
/address/libaddress.la
$(top_builddir)
/stun/libstun
.la
noinst_LTLIBRARIES
=
lib
udp
.la
noinst_LTLIBRARIES
=
lib
socket
.la
lib
udp
_la_SOURCES
=
\
udp
.h
\
udp-generic
.c
\
lib
socket
_la_SOURCES
=
\
socket
.h
\
socket
.c
\
udp-bsd.h
\
udp-bsd.c
\
udp-turn.h
\
udp-turn.c
\
udp-fake.h
\
udp-fake.c
udp-turn.c
noinst_PROGRAMS
=
udp-client udp-echo-server
udp_client_LDADD
=
$(COMMON_LDADD)
udp_echo_server_LDADD
=
$(COMMON_LDADD)
check_PROGRAMS
=
test-fake test-bsd
dist_check_SCRIPTS
=
test-echo.sh
test_fake_LDADD
=
$(COMMON_LDADD)
check_PROGRAMS
=
test-bsd
test_bsd_LDADD
=
$(COMMON_LDADD)
test-echo.sh
::
chmod
+x
$(srcdir)
/
$@
TESTS
=
$(
dist_check_SCRIPTS)
$(
check_PROGRAMS)
TESTS
=
$(check_PROGRAMS)
pkginclude_HEADERS
=
udp.h udp-fake.h udp-bsd
.h
pkginclude_HEADERS
=
socket.h udp-bsd.h udp-turn
.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