]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Changed libsng_isdn and libsng_ss7 include paths
authorDavid Yat Sin <dyatsin@sangoma.com>
Tue, 14 Jun 2011 17:15:17 +0000 (13:15 -0400)
committerDavid Yat Sin <dyatsin@sangoma.com>
Tue, 14 Jun 2011 17:37:00 +0000 (13:37 -0400)
libs/freetdm/Makefile.am
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h

index b0398ef90c3e384347e4721b06e973ec6d55fde8..6c2eae3ef8e8118d8526b22228a2fe682ecdd59c 100644 (file)
@@ -40,14 +40,6 @@ library_includedir = $(prefix)/include
 
 INCS  = -I$(FT_SRCDIR)/$(SRC)/include -I$(FT_SRCDIR)/$(SRC)/include/private
 
-if HAVE_SNG_SS7
-INCS += -I/usr/include/sng_ss7
-endif 
-
-if HAVE_SNG_ISDN
-INCS += -I/usr/include/sng_isdn
-endif 
-
 # we needed to separate CFLAGS in FTDM_COMPAT_CFLAGS and FTDM_CFLAGS due to -c99 which causes problems with wanpipe headers
 FTDM_COMPAT_CFLAGS = $(INCS) -DFTDM_CONFIG_DIR=\"@confdir@\" -DFTDM_MOD_DIR=\"$(moddir)\" @COMP_VENDOR_COMPAT_CFLAGS@ @DEFS@
 FTDM_CFLAGS = $(INCS) -DFTDM_CONFIG_DIR=\"@confdir@\" -DFTDM_MOD_DIR=\"$(moddir)\" @COMP_VENDOR_CFLAGS@ @DEFS@
index 68e1371b79aa65cc897eeede1ccdd7b392d195f4..9935b3e0ea2cd22b8f25593c741e42394c22e324 100644 (file)
@@ -49,7 +49,7 @@
 #include "private/ftdm_core.h"
 #include "ftmod_sangoma_isdn_user.h"
 
-#include <sng_isdn.h>
+#include <sng_isdn/sng_isdn.h>
 
 /* Theoretical limit for MAX_SPANS_PER_NFAS_LINK is 31,
    but set to 8 for now to save some memory */
index 11ff2318bb76127488c4d0eb6eac08d20c673368..10160aa47bafaf319a84bee0aba4af076272c200 100644 (file)
@@ -45,7 +45,7 @@
 
 #include "private/ftdm_core.h"
 
-#include "sng_ss7.h"
+#include "sng_ss7/sng_ss7.h"
 
 /******************************************************************************/