From: Konrad Hammel Date: Wed, 16 Jun 2010 20:24:40 +0000 (-0400) Subject: -> start of move to new library architecture X-Git-Tag: v1.2-rc1~623 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b0d887c939e4dd7616ae53d3a17781c868b276e;p=thirdparty%2Ffreeswitch.git -> start of move to new library architecture --- diff --git a/libs/freetdm/Makefile.am b/libs/freetdm/Makefile.am index be16cd5383..c86d00203e 100644 --- a/libs/freetdm/Makefile.am +++ b/libs/freetdm/Makefile.am @@ -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) diff --git a/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h b/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h index 15e2bba314..3f1eb37549 100644 --- a/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h +++ b/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h @@ -44,10 +44,12 @@ #include #include "private/ftdm_core.h" - +/* #include "sng_sit.h" -#include "sng_ss7.h" #include "sng_ss7_error.h" +*/ +#include "sng_ss7.h" + /******************************************************************************/ /* DEFINES ********************************************************************/