Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
4538278e
Commit
4538278e
authored
Aug 29, 2007
by
Alexandre Bourget
Browse files
Allow IAX to be built with globally installed libiax
parent
5567eee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
4538278e
...
...
@@ -12,11 +12,16 @@ ZEROCONFFLAGS =
endif
if
USE_IAX
IAX_LIBS
=
$(top_builddir)
/libs/libiax2/src/libiax.la
# Use the global instead of locally built
#IAX_LIBS = $(top_builddir)/libs/libiax2/src/libiax.la
IAX_LIBS
=
IAX_FLAGS
=
-DUSE_IAX
IAX_CFLAGS
=
-I
$(top_srcdir)
/libs/libiax2/src/
IAXSOURCES
=
iaxaccount.cpp iaxvoiplink.cpp iaxcall.cpp
IAXHEADERS
=
iaxaccount.h iaxvoiplink.h iaxcall.h
#IAX_CFLAGS = -I$(top_srcdir)/libs/libiax2/src/
IAX_CFLAGS
=
#IAXSOURCES = iaxaccount.cpp iaxvoiplink.cpp iaxcall.cpp
IAXSOURCES
=
#IAXHEADERS = iaxaccount.h iaxvoiplink.h iaxcall.h
IAXHEADERS
=
else
IAX_LIBS
=
IAX_FLAGS
=
...
...
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