]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build on freetdm
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 16 Sep 2011 19:50:46 +0000 (14:50 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 16 Sep 2011 19:50:46 +0000 (14:50 -0500)
libs/freetdm/configure.ac

index 70033a7a0a2e9a7c5139de36f45429a1813f1032..a69618ba6f89c4610fefd24510ea862e80485667 100644 (file)
@@ -54,6 +54,9 @@ fi
 
 AC_SUBST([confdir])
 
+DEFAULT_INCLUDES="-I. -I./src/include -I$(srcdir)"
+AC_SUBST([DEFAULT_INCLUDES])
+
 # Where to install the modules
 AC_ARG_WITH([modinstdir],
        [AS_HELP_STRING([--with-modinstdir=DIR], [Install modules into this location (default: ${prefix}/mod)])],