Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
144
Issues
144
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
92b354d3
Commit
92b354d3
authored
Nov 09, 2005
by
jpbl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
860c5a46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
27 deletions
+19
-27
configure.ac
configure.ac
+18
-18
deps/Makefile.am
deps/Makefile.am
+1
-9
No files found.
configure.ac
View file @
92b354d3
...
...
@@ -87,25 +87,25 @@ dnl compile_ccrtp=yes
dnl AC_CONFIG_SUBDIRS(deps/ccrtp-1.3.5)
dnl libccrtp1_LIBS='${top_srcdir}/deps/ccrtp-1.3.5/src/libccrtp1.la'
dnl ])
AC_MSG_CHECKING([need to compile libccrtp1])
AC_ARG_ENABLE(libccrtp1-compilation,
[ --enable-libccrtp1-compilation Enable libccrtp1 compilation [default=yes]],
[
echo "with $enableval"
if test x$compile_ccrtp = xyes -a ; then
AC_MSG_RESULT(yes)
else
AC_MSG_ERROR([*** You don't have a detectable libccrtp1 distribution enabled and you disabled the libccrtp1 compilation.])
fi
],
[
echo "without $enableval"
AC_MSG_RESULT(yes)
CXXFLAGS="$CXXFLAGS -W -Wall"
]
)
dnl AC_MSG_CHECKING([need to compile libccrtp1])
dnl AC_ARG_ENABLE(libccrtp1-compilation,
dnl [ --enable-libccrtp1-compilation Enable libccrtp1 compilation [default=yes]],
dnl [
dnl echo "with $enableval"
dnl if test x$compile_ccrtp = xyes -a ; then
dnl AC_MSG_RESULT(yes)
dnl else
dnl AC_MSG_ERROR([*** You don't have a detectable libccrtp1 distribution enabled and you disabled the libccrtp1 compilation.])
dnl fi
dnl ],
dnl [
dnl echo "without $enableval"
dnl AC_MSG_RESULT(yes)
dnl CXXFLAGS="$CXXFLAGS -W -Wall"
dnl ]
dnl )
dnl AM_CONDITIONAL(COMPILE_CCRTP, test x$compile_ccrtp = xyes)
AM_CONDITIONAL(COMPILE_CCRTP, test x$compile_ccrtp = xyes)
SFLPHONE_CXXFLAGS="$SFLPHONE_CXXFLAGS $libccrtp1_CFLAGS"
SFLPHONE_LIBS="$SFLPHONE_LIBS $libccrtp1_LIBS"
...
...
deps/Makefile.am
View file @
92b354d3
if
COMPILE_CCRTP
CCRTP
=
ccrtp-1.3.5
endif
if
COMPILE_COMMONCPP2
COMMONCPP2
=
commoncpp2-1.3.21
endif
if
COMPILE_EXOSIP
EXOSIP
=
libeXosip2-1.9.1-pre17
endif
...
...
@@ -18,5 +10,5 @@ if COMPILE_PORTAUDIO
PORTAUDIO
=
portaudio
endif
SUBDIRS
=
$(
CCRTP)
$(
OSIP)
$(EXOSIP)
$(PORTAUDIO)
SUBDIRS
=
$(OSIP)
$(EXOSIP)
$(PORTAUDIO)
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