From: Michael Jerris Date: Tue, 18 Mar 2014 22:14:40 +0000 (-0400) Subject: FS-6293: fix mod_skypopen srcdir build X-Git-Tag: v1.5.12~426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c7324da5d81232fbac8f2f5b40c1e3b68bc88f;p=thirdparty%2Ffreeswitch.git FS-6293: fix mod_skypopen srcdir build --- diff --git a/src/mod/endpoints/mod_skypopen/Makefile.am b/src/mod/endpoints/mod_skypopen/Makefile.am index 1b59c8a3c3..aab3d25adf 100644 --- a/src/mod/endpoints/mod_skypopen/Makefile.am +++ b/src/mod/endpoints/mod_skypopen/Makefile.am @@ -16,7 +16,7 @@ mod_skypopen_la_LIBADD = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LA) $(T mod_skypopen_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lX11 $(SPANDSP_LA): $(TIFF_LA) $(SPANDSP_DIR) $(SPANDSP_DIR)/.update - cd $(SPANDSP_BUILDDIR) && $(MAKE) -j1 + cd $(SPANDSP_BUILDDIR) && $(MAKE) -j1 CFLAGS="$(CFLAGS) -I$(TIFF_BUILDDIR)/libtiff -I$(TIFF_DIR)/libtiff" $(TOUCH_TARGET) $(TIFF_LA): $(TIFF_DIR) $(TIFF_DIR)/.update