-> start of move to new library architecture
This commit is contained in:
parent
83629592a9
commit
7b0d887c93
|
@ -39,7 +39,7 @@ library_includedir = $(PREFIX)/include
|
|||
INCS = -I$(FT_SRCDIR)/$(SRC)/include -I$(FT_SRCDIR)/$(SRC)/isdn/include -I$(FT_SRCDIR)/$(SRC)/include/private
|
||||
INCS += -I$(FT_SRCDIR)/$(SRC)/ftmod/ftmod_sangoma_boost
|
||||
if SNGSS7
|
||||
INCS += -I/usr/include/wanpipe/sng_ss7/
|
||||
INCS += -I/usr/include/sng_ss7/
|
||||
endif
|
||||
MY_CFLAGS = $(INCS) $(FTDM_CFLAGS) -DFTDM_CONFIG_DIR=\"@confdir@\" -DFTDM_MOD_DIR=\"$(moddir)\" @COMP_VENDOR_CFLAGS@ @DEFS@
|
||||
COMPILE = $(CC) $(MY_CFLAGS) $(INCS)
|
||||
|
|
|
@ -44,10 +44,12 @@
|
|||
#include <ctype.h>
|
||||
|
||||
#include "private/ftdm_core.h"
|
||||
|
||||
/*
|
||||
#include "sng_sit.h"
|
||||
#include "sng_ss7.h"
|
||||
#include "sng_ss7_error.h"
|
||||
*/
|
||||
#include "sng_ss7.h"
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
/* DEFINES ********************************************************************/
|
||||
|
|
Loading…
Reference in New Issue