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
b7264ba9
Commit
b7264ba9
authored
Mar 05, 2009
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the top_srcdir and ../ directories from Makefile.am to use top_builddir where needed
parent
c4020daf
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
agent/Makefile.am
agent/Makefile.am
+6
-6
nice/Makefile.am
nice/Makefile.am
+2
-2
stun/tests/Makefile.am
stun/tests/Makefile.am
+1
-1
stun/tools/Makefile.am
stun/tools/Makefile.am
+2
-2
tests/Makefile.am
tests/Makefile.am
+1
-1
No files found.
agent/Makefile.am
View file @
b7264ba9
...
@@ -58,12 +58,12 @@ libagent_la_SOURCES = \
...
@@ -58,12 +58,12 @@ libagent_la_SOURCES = \
$(BUILT_SOURCES)
$(BUILT_SOURCES)
libagent_la_LIBADD
=
\
libagent_la_LIBADD
=
\
..
/random/librandom.la
\
$(top_builddir)
/random/librandom.la
\
..
/socket/libsocket.la
\
$(top_builddir)
/socket/libsocket.la
\
..
/stun/libstun.la
$(top_builddir)
/stun/libstun.la
libagent_la_DEPENDENCIES
=
\
libagent_la_DEPENDENCIES
=
\
..
/random/librandom.la
\
$(top_builddir)
/random/librandom.la
\
..
/socket/libsocket.la
\
$(top_builddir)
/socket/libsocket.la
\
..
/stun/libstun.la
$(top_builddir)
/stun/libstun.la
pkginclude_HEADERS
=
agent.h candidate.h debug.h address.h interfaces.h
pkginclude_HEADERS
=
agent.h candidate.h debug.h address.h interfaces.h
nice/Makefile.am
View file @
b7264ba9
...
@@ -12,12 +12,12 @@ lib_LTLIBRARIES = libnice.la
...
@@ -12,12 +12,12 @@ lib_LTLIBRARIES = libnice.la
libnice_la_SOURCES
=
libnice_la_SOURCES
=
libnice_la_DEPENDENCIES
=
\
libnice_la_DEPENDENCIES
=
\
..
/agent/libagent.la
\
$(top_builddir)
/agent/libagent.la
\
libnice.sym
libnice.sym
libnice_la_LIBADD
=
\
libnice_la_LIBADD
=
\
$(GLIB_LIBS)
\
$(GLIB_LIBS)
\
..
/agent/libagent.la
$(top_builddir)
/agent/libagent.la
libnice_la_LDFLAGS
=
\
libnice_la_LDFLAGS
=
\
-export-symbols
$(srcdir)
/libnice.sym
\
-export-symbols
$(srcdir)
/libnice.sym
\
...
...
stun/tests/Makefile.am
View file @
b7264ba9
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
include
$(top_srcdir)/common.mk
include
$(top_srcdir)/common.mk
AM_CPPFLAGS
=
-I
$(top_srcdir)
AM_CPPFLAGS
=
-I
$(top_srcdir)
AM_CFLAGS
=
-std
=
gnu99
AM_CFLAGS
=
-std
=
gnu99
LDADD
=
..
/libstun.la
LDADD
=
$(top_builddir)
/stun
/libstun.la
check_PROGRAMS
=
\
check_PROGRAMS
=
\
test-parse
\
test-parse
\
...
...
stun/tools/Makefile.am
View file @
b7264ba9
...
@@ -16,10 +16,10 @@ bin_PROGRAMS = stunbdc stund
...
@@ -16,10 +16,10 @@ bin_PROGRAMS = stunbdc stund
check_PROGRAMS
=
stund
check_PROGRAMS
=
stund
stund_SOURCES
=
stund.c stund.h
stund_SOURCES
=
stund.c stund.h
stund_LDADD
=
..
/libstun.la
stund_LDADD
=
$(top_builddir)
/stun
/libstun.la
stunbdc_SOURCES
=
stunbdc.c
stunbdc_SOURCES
=
stunbdc.c
stunbdc_LDADD
=
..
/libstun.la
stunbdc_LDADD
=
$(top_builddir)
/stun
/libstun.la
tests/Makefile.am
View file @
b7264ba9
...
@@ -16,7 +16,7 @@ AM_CFLAGS = \
...
@@ -16,7 +16,7 @@ AM_CFLAGS = \
-I
$(top_srcdir)
/socket
\
-I
$(top_srcdir)
/socket
\
-I
$(top_srcdir)
/stun
-I
$(top_srcdir)
/stun
COMMON_LDADD
=
$(top_
srcdir)
/agent/libagent.la
$(top_src
dir)
/socket/libsocket.la
$(GLIB_LIBS)
COMMON_LDADD
=
$(top_
builddir)
/agent/libagent.la
$(top_build
dir)
/socket/libsocket.la
$(GLIB_LIBS)
check_PROGRAMS
=
\
check_PROGRAMS
=
\
test-bsd
\
test-bsd
\
...
...
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