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

Fix Makefile pour compiler IAX

parent 300feaeb
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,8 @@ IAX_LIBS =
IAX_FLAGS = -DUSE_IAX
#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 =
IAXSOURCES = iaxaccount.cpp iaxvoiplink.cpp iaxcall.cpp
IAXHEADERS = iaxaccount.h iaxvoiplink.h iaxcall.h
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