Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
51ac7ad7
Commit
51ac7ad7
authored
15 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
Remove warnings from the client test framework
parent
37966999
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sflphone-gtk/configure.ac
+5
-4
5 additions, 4 deletions
sflphone-gtk/configure.ac
sflphone-gtk/tests/Makefile.am
+3
-3
3 additions, 3 deletions
sflphone-gtk/tests/Makefile.am
with
8 additions
and
7 deletions
sflphone-gtk/configure.ac
+
5
−
4
View file @
51ac7ad7
...
...
@@ -54,15 +54,16 @@ PKG_CHECK_MODULES(DEPS, \
libebook-1.2 >= 2.22
)
AC_SUBST(DEPS_CFLAGS)
AC_SUBST(DEPS_LIBS)
# This macro is defined in check.m4 and tests if check.h and
# libcheck.a are installed in your system. It sets CHECK_CFLAGS and
# CHECK_LIBS accordingly.
# AM_PATH_CHECK([MINIMUM-VERSION,
# [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
AM_PATH_CHECK()
AC_SUBST(DEPS_CFLAGS)
AC_SUBST(DEPS_LIBS)
dnl AM_PATH_CHECK() DEPRECATED
PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
AC_OUTPUT([
Makefile
...
...
This diff is collapsed.
Click to expand it.
sflphone-gtk/tests/Makefile.am
+
3
−
3
View file @
51ac7ad7
...
...
@@ -34,18 +34,18 @@ check_global_LDADD = @CHECK_LIBS@
check_contacts_SOURCES
=
check_contacts.c
check_contacts_CFLAGS
=
@CHECK_CFLAGS@ @DEPS_CFLAGS@
check_contacts_LDADD
=
$(
SFLPHONE_LIBS
)
$(
SFLPHONE_OBJ
)
@CHECK_LIBS@ @DEPS_LIBS@
-llog4c
check_contacts_LDADD
=
$(
SFLPHONE_LIBS
)
$(
SFLPHONE_OBJ
)
@CHECK_LIBS@ @DEPS_LIBS@
@LIBSEXY_LIBS@
-llog4c
###########################################################
check_config_SOURCES
=
check_config.c
check_config_CFLAGS
=
@CHECK_CFLAGS@ @DEPS_CFLAGS@
check_con
tacts
_LDADD
=
$(
SFLPHONE_LIBS
)
$(
SFLPHONE_OBJ
)
@CHECK_LIBS@ @DEPS_LIBS@
-llog4c
check_con
fig
_LDADD
=
$(
SFLPHONE_LIBS
)
$(
SFLPHONE_OBJ
)
@CHECK_LIBS@ @DEPS_LIBS@
@LIBSEXY_LIBS@
-llog4c
###########################################################
check_dbus_SOURCES
=
check_dbus.c
check_dbus_CFLAGS
=
@CHECK_CFLAGS@ @DEPS_CFLAGS@
check_
contact
s_LDADD
=
$(
SFLPHONE_LIBS
)
$(
SFLPHONE_OBJ
)
@CHECK_LIBS@ @DEPS_LIBS@
-llog4c
check_
dbu
s_LDADD
=
$(
SFLPHONE_LIBS
)
$(
SFLPHONE_OBJ
)
@CHECK_LIBS@ @DEPS_LIBS@
@LIBSEXY_LIBS@
-llog4c
###########################################################
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment