]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add include path
authorMichael Jerris <mike@jerris.com>
Wed, 22 Jul 2009 21:46:39 +0000 (21:46 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 22 Jul 2009 21:46:39 +0000 (21:46 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14324 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_fax/Makefile

index a20600c288573119db9dad4063e788eb5fd82570..3ee8e67a36e5f41eb7cda2b4cac2ccaabd7cbe8a 100644 (file)
@@ -6,7 +6,7 @@ TIFF_LA=$(TIFF_DIR)/libtiff/libtiff.la
 SPANDSP_DIR=$(BASE)/libs/spandsp
 SPANDSP_LA=$(SPANDSP_DIR)/src/libspandsp.la
 
-LOCAL_CFLAGS=-I$(SPANDSP_DIR)/src
+LOCAL_CFLAGS=-I$(SPANDSP_DIR)/src -I$(TIFF_DIR)/libtiff
 LOCAL_LIBADD=$(SPANDSP_LA)
 
 include $(BASE)/build/modmake.rules