Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
6a5408c9
Commit
6a5408c9
authored
Oct 13, 2005
by
Pekka Pessi
Browse files
Fixed COVERAGE_INPUT.
darcs-hash:20051013145405-65a35-73d4dfae7e1e3ff1520b8f88c36b797a62717279.gz
parent
9c7f3900
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
37 additions
and
23 deletions
+37
-23
libsofia-sip-ua/ChangeLog
libsofia-sip-ua/ChangeLog
+4
-0
libsofia-sip-ua/bnf/Makefile.am
libsofia-sip-ua/bnf/Makefile.am
+2
-1
libsofia-sip-ua/http/Makefile.am
libsofia-sip-ua/http/Makefile.am
+2
-1
libsofia-sip-ua/ipt/Makefile.am
libsofia-sip-ua/ipt/Makefile.am
+2
-1
libsofia-sip-ua/iptsec/Makefile.am
libsofia-sip-ua/iptsec/Makefile.am
+2
-1
libsofia-sip-ua/msg/Makefile.am
libsofia-sip-ua/msg/Makefile.am
+2
-1
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
+2
-1
libsofia-sip-ua/nth/Makefile.am
libsofia-sip-ua/nth/Makefile.am
+2
-1
libsofia-sip-ua/nua/Makefile.am
libsofia-sip-ua/nua/Makefile.am
+2
-4
libsofia-sip-ua/sdp/Makefile.am
libsofia-sip-ua/sdp/Makefile.am
+2
-1
libsofia-sip-ua/sip/Makefile.am
libsofia-sip-ua/sip/Makefile.am
+2
-1
libsofia-sip-ua/soa/Makefile.am
libsofia-sip-ua/soa/Makefile.am
+1
-4
libsofia-sip-ua/sresolv/Makefile.am
libsofia-sip-ua/sresolv/Makefile.am
+2
-1
libsofia-sip-ua/stun/Makefile.am
libsofia-sip-ua/stun/Makefile.am
+2
-1
libsofia-sip-ua/su/Makefile.am
libsofia-sip-ua/su/Makefile.am
+2
-1
libsofia-sip-ua/tport/Makefile.am
libsofia-sip-ua/tport/Makefile.am
+2
-1
libsofia-sip-ua/url/Makefile.am
libsofia-sip-ua/url/Makefile.am
+2
-1
No files found.
libsofia-sip-ua/ChangeLog
View file @
6a5408c9
2005-10-13 Pekka Pessi <Pekka.Pessi@nokia.com>
* <SUBDIRS>/Makefile.am: fixed COVERAGE_INPUT.
2005-10-13 Kai Vehmanen <kai.vehmanen@nokia.com>
* <SUBDIRS>/Makefile.am: Build all submodules as proper shared
...
...
libsofia-sip-ua/bnf/Makefile.am
View file @
6a5408c9
...
...
@@ -21,7 +21,8 @@ include_HEADERS = bnf.h
libbnf_la_SOURCES
=
bnf.c
COVERAGE_INPUT
=
$(bnf_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libbnf_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libbnf_la_SOURCES)
$(include_HEADERS)
LDADD
=
libbnf.la
...
...
libsofia-sip-ua/http/Makefile.am
View file @
6a5408c9
...
...
@@ -38,7 +38,8 @@ libhttp_la_SOURCES = $(INTERNAL_H) \
http_status.c http_tag_class.c
\
$(BUILT_C)
COVERAGE_INPUT
=
$(http_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libhttp_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libhttp_la_SOURCES)
$(include_HEADERS)
LDADD
=
libhttp.la
\
../bnf/libbnf.la
\
...
...
libsofia-sip-ua/ipt/Makefile.am
View file @
6a5408c9
...
...
@@ -26,7 +26,8 @@ libipt_la_SOURCES = utf8internal.h \
utf8.c ucs2.c ucs4.c rc4.c
\
sha1.c base64.c string0.c token64.c
COVERAGE_INPUT
=
$(ipt_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libipt_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libipt_la_SOURCES)
$(include_HEADERS)
LDADD
=
libipt.la
\
../sresolv/libsresolv.la
\
...
...
libsofia-sip-ua/iptsec/Makefile.am
View file @
6a5408c9
...
...
@@ -41,7 +41,8 @@ libiptsec_la_SOURCES = iptsec_debug.h \
SIPSOURCES
=
auth_module_sip.c
HTTPSOURCES
=
auth_module_http.c
COVERAGE_INPUT
=
$(iptsec_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libiptsec_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libiptsec_la_SOURCES)
$(include_HEADERS)
LDADD
=
libiptsec.la
\
../ipt/libipt.la
\
...
...
libsofia-sip-ua/msg/Makefile.am
View file @
6a5408c9
...
...
@@ -38,7 +38,8 @@ libmsg_la_SOURCES = $(INTERNAL_H) \
msg_basic.c msg_generic.c msg_date.c msg_auth.c
\
memspn.c
COVERAGE_INPUT
=
$(msg_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libmsg_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libmsg_la_SOURCES)
$(include_HEADERS)
libmsg_test_a_SOURCES
=
msg_test_class.c msg_test_table.c msg_test_protos.h
...
...
libsofia-sip-ua/nea/Makefile.am
View file @
6a5408c9
...
...
@@ -31,7 +31,8 @@ include_HEADERS = nea.h nea_dll.h nea_debug.h
libnea_la_SOURCES
=
nea.c nea_event.c
\
nea_server.c nea_debug.c nea_tag.c nea_tag_ref.c
COVERAGE_INPUT
=
$(nea_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libnea_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libnea_la_SOURCES)
$(include_HEADERS)
LDADD
=
libnea.la
\
../nta/libnta.la
\
...
...
libsofia-sip-ua/nta/Makefile.am
View file @
6a5408c9
...
...
@@ -37,7 +37,8 @@ libnta_la_SOURCES = nta.c nta_tag.c nta_tag_ref.c \
sl_utils.c sl_utils_print.c sl_utils_log.c
\
sl_read_payload.c
COVERAGE_INPUT
=
$(nta_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libnta_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libnta_la_SOURCES)
$(include_HEADERS)
LDADD
=
libnta.la
\
../ipt/libipt.la
\
...
...
libsofia-sip-ua/nth/Makefile.am
View file @
6a5408c9
...
...
@@ -32,7 +32,8 @@ include_HEADERS = nth.h nth_tag.h
libnth_la_SOURCES
=
nth_client.c nth_server.c nth_tag.c nth_tag_ref.c
COVERAGE_INPUT
=
$(nth_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libnth_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libnth_la_SOURCES)
$(include_HEADERS)
LDADD
=
libnth.la
\
../iptsec/libiptsec.la
\
...
...
libsofia-sip-ua/nua/Makefile.am
View file @
6a5408c9
...
...
@@ -39,10 +39,8 @@ include_HEADERS = nua.h nua_stack.h nua_tag.h
libnua_la_SOURCES
=
nua.c nua_common.c nua_stack.c
\
nua_tag.c nua_tag_ref.c
nua_objs_o_SOURCES
=
$(libnua_a_SOURCES)
nua_objs_o_LDADD
=
COVERAGE_INPUT
=
$(nua_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libnua_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libnua_la_SOURCES)
$(include_HEADERS)
LDADD
=
libnua.la
\
../iptsec/libiptsec.la
\
...
...
libsofia-sip-ua/sdp/Makefile.am
View file @
6a5408c9
...
...
@@ -28,7 +28,8 @@ include_HEADERS = sdp.h sdp_tag.h
libsdp_la_SOURCES
=
sdp.c sdp_parse.c sdp_print.c
\
sdp_tag.c sdp_tag_ref.c
COVERAGE_INPUT
=
$(sdp_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libsdp_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libsdp_la_SOURCES)
$(include_HEADERS)
LDADD
=
libsdp.la
\
../su/libsu.la
...
...
libsofia-sip-ua/sip/Makefile.am
View file @
6a5408c9
...
...
@@ -48,7 +48,8 @@ libsip_la_SOURCES = $(INTERNAL_H) \
sip_tag_class.c
\
$(GENERATED_C)
COVERAGE_INPUT
=
$(sip_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libsip_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libsip_la_SOURCES)
$(include_HEADERS)
LDADD
=
libsip.la
\
../msg/libmsg.la
\
...
...
libsofia-sip-ua/soa/Makefile.am
View file @
6a5408c9
...
...
@@ -29,10 +29,7 @@ include_HEADERS = soa.h soa_session.h soa_add.h soa_tag.h
libsoa_la_SOURCES
=
soa.c soa_static.c
\
soa_tag.c soa_tag_ref.c
soa_objs_o_SOURCES
=
$(libsoa_a_SOURCES)
soa_objs_o_LDADD
=
COVERAGE_INPUT
=
$(soa_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libsoa_la_SOURCES)
$(include_HEADERS)
LDADD
=
libsoa.la
\
../sip/libsip.la
\
...
...
libsofia-sip-ua/sresolv/Makefile.am
View file @
6a5408c9
...
...
@@ -31,7 +31,8 @@ libsresolv_la_SOURCES = sresolv.c
test_sresolv_SOURCES
=
test_sresolv.c
COVERAGE_INPUT
=
$(sresolv_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libsresolv_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libsresolv_la_SOURCES)
$(include_HEADERS)
LDADD
=
libsresolv.la
\
../su/libsu.la
...
...
libsofia-sip-ua/stun/Makefile.am
View file @
6a5408c9
...
...
@@ -33,7 +33,8 @@ include_HEADERS = stun.h stun_common.h
libstun_la_SOURCES
=
stun.c stun_common.c
COVERAGE_INPUT
=
$(stun_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libstun_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libstun_la_SOURCES)
$(include_HEADERS)
# common LDFLAGS to all utils
LDADD
=
libstun.la
\
...
...
libsofia-sip-ua/su/Makefile.am
View file @
6a5408c9
...
...
@@ -63,7 +63,8 @@ libsu_la_SOURCES = \
su_log.c su_global_log.c su_default_log.c
\
su_md5.c su_uniqueid.c su_memmem.c
COVERAGE_INPUT
=
$(su_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libsu_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libsu_la_SOURCES)
$(include_HEADERS)
LDADD
=
libsu.la
$(GLIB_LIBS)
...
...
libsofia-sip-ua/tport/Makefile.am
View file @
6a5408c9
...
...
@@ -39,7 +39,8 @@ EXTRA_DIST = $(libtport_a_SOURCES) tport_tls.c tport_tls.h tport_test.c
BUILT_SOURCES
=
tport_tag_ref.c
COVERAGE_INPUT
=
$(tport_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libtport_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(libtport_la_SOURCES)
$(include_HEADERS)
LDADD
=
libtport.la
\
../stun/libstun.la
\
...
...
libsofia-sip-ua/url/Makefile.am
View file @
6a5408c9
...
...
@@ -24,7 +24,8 @@ include_HEADERS = url.h url_dll.h url_tag.h url_tag_class.h
liburl_la_SOURCES
=
url.c url_tag.c url_tag_ref.c
COVERAGE_INPUT
=
$(url_objs_o_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(liburl_la_SOURCES)
$(include_HEADERS)
COVERAGE_INPUT
=
$(liburl_la_SOURCES)
$(include_HEADERS)
LDADD
=
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