Skip to content
Snippets Groups Projects
Commit 4538278e authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

Allow IAX to be built with globally installed libiax

parent 5567eee0
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment