]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
-> start of move to new library architecture
authorKonrad Hammel <konrad@sangoma.com>
Wed, 16 Jun 2010 20:24:40 +0000 (16:24 -0400)
committerMoises Silva <moy@sangoma.com>
Fri, 18 Jun 2010 22:31:54 +0000 (18:31 -0400)
libs/freetdm/Makefile.am
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h

index be16cd5383f260e70e93646c5d56bc6a1c4766c9..c86d00203e9c99411505f2baaedb50774c646db4 100644 (file)
@@ -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)
index 15e2bba3142b8bce35368c47eaf8160a6b94a80a..3f1eb37549a559537d9aee4676ad60557e163473 100644 (file)
 #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 ********************************************************************/