Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
8970cb2b
Commit
8970cb2b
authored
Mar 24, 2006
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added http to LDADD and INCLUDE.
darcs-hash:20060324053620-88462-969eb5f6b3c0460af8558f1c52f174b6197d56e5.gz
parent
f0d6f2fc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
libsofia-sip-ua/nea/Makefile.am
libsofia-sip-ua/nea/Makefile.am
+2
-1
libsofia-sip-ua/nta/Makefile.am
libsofia-sip-ua/nta/Makefile.am
+1
-0
libsofia-sip-ua/nua/Makefile.am
libsofia-sip-ua/nua/Makefile.am
+1
-1
libsofia-sip-ua/tport/Makefile.am
libsofia-sip-ua/tport/Makefile.am
+2
-0
No files found.
libsofia-sip-ua/nea/Makefile.am
View file @
8970cb2b
...
...
@@ -42,8 +42,9 @@ LDADD = libnea.la \
../sresolv/libsresolv.la
\
../tport/libtport.la
\
../stun/libstun.la
\
../
url/liburl
.la
\
../
http/libhttp
.la
\
../msg/libmsg.la
\
../url/liburl.la
\
../bnf/libbnf.la
\
../su/libsu.la
...
...
libsofia-sip-ua/nta/Makefile.am
View file @
8970cb2b
...
...
@@ -49,6 +49,7 @@ LDADD = libnta.la \
../features/libfeatures.la
\
../sresolv/libsresolv.la
\
../tport/libtport.la
\
../http/libhttp.la
\
../stun/libstun.la
\
../url/liburl.la
\
../msg/libmsg.la
\
...
...
libsofia-sip-ua/nua/Makefile.am
View file @
8970cb2b
...
...
@@ -51,7 +51,6 @@ COVERAGE_INPUT = $(libnua_la_SOURCES) $(include_sofia_HEADERS)
LDADD
=
libnua.la
\
../iptsec/libiptsec.la
\
../ipt/libipt.la
\
../http/libhttp.la
\
../nea/libnea.la
\
../nta/libnta.la
\
../sresolv/libsresolv.la
\
...
...
@@ -60,6 +59,7 @@ LDADD = libnua.la \
../soa/libsoa.la
\
../sdp/libsdp.la
\
../sip/libsip.la
\
../http/libhttp.la
\
../msg/libmsg.la
\
../url/liburl.la
\
../bnf/libbnf.la
\
...
...
libsofia-sip-ua/tport/Makefile.am
View file @
8970cb2b
...
...
@@ -9,6 +9,7 @@ INCLUDES = -I$(srcdir)/../bnf -I../bnf \
-I
$(srcdir)
/../stun
-I
../stun
\
-I
$(srcdir)
/../ipt
-I
../ipt
\
-I
$(srcdir)
/../msg
-I
../msg
\
-I
$(srcdir)
/../http
-I
../http
\
-I
$(srcdir)
/../url
-I
../url
\
-I
$(srcdir)
/../su
-I
../su
...
...
@@ -48,6 +49,7 @@ LDADD = libtport.la \
../stun/libstun.la
\
../sresolv/libsresolv.la
\
../ipt/libipt.la
\
../http/libhttp.la
\
../msg/libtest_msg.a ../msg/libmsg.la
\
../url/liburl.la
\
../bnf/libbnf.la
\
...
...
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