]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add depends so these are built
authorMichael Jerris <mike@jerris.com>
Tue, 18 Mar 2014 23:32:02 +0000 (19:32 -0400)
committerMichael Jerris <mike@jerris.com>
Tue, 18 Mar 2014 23:32:02 +0000 (19:32 -0400)
src/mod/endpoints/mod_gsmopen/Makefile.am
src/mod/endpoints/mod_skypopen/Makefile.am

index 768d608629530de3de009ef059cdc549c3fa5a03..54cb30f99c41edbc440ba1f0712c8f045c4b7fd8 100644 (file)
@@ -15,6 +15,8 @@ mod_gsmopen_la_CFLAGS   = $(AM_CFLAGS) -I$(SPANDSP_DIR)/src -I$(TIFF_DIR)/libtif
 mod_gsmopen_la_LIBADD   = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LA) $(TIFF_LA)
 mod_gsmopen_la_LDFLAGS  = -avoid-version -module -no-undefined -lctb-0.16 -lgsmme
 
+BUILT_SOURCES = $(TIFF_LA) $(SPANDSP_LA)
+
 $(SPANDSP_LA): $(TIFF_LA) $(SPANDSP_DIR) $(SPANDSP_DIR)/.update
        cd $(SPANDSP_BUILDDIR) && $(MAKE) -j1 CFLAGS="$(CFLAGS) -I$(TIFF_BUILDDIR)/libtiff -I$(TIFF_DIR)/libtiff"
        $(TOUCH_TARGET)
index aab3d25adfa387c17f63a9b725c77ab9c3787e14..2274b1445b03ed10abefcc99c0a1ea6e83cae478 100644 (file)
@@ -15,6 +15,8 @@ mod_skypopen_la_CFLAGS   = $(AM_CFLAGS) -I$(SPANDSP_DIR)/src -I$(TIFF_DIR)/libti
 mod_skypopen_la_LIBADD   = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LA) $(TIFF_LA)
 mod_skypopen_la_LDFLAGS  = -avoid-version -module -no-undefined -shared -lX11
 
+BUILT_SOURCES = $(TIFF_LA) $(SPANDSP_LA)
+
 $(SPANDSP_LA): $(TIFF_LA) $(SPANDSP_DIR) $(SPANDSP_DIR)/.update
        cd $(SPANDSP_BUILDDIR) && $(MAKE) -j1 CFLAGS="$(CFLAGS) -I$(TIFF_BUILDDIR)/libtiff -I$(TIFF_DIR)/libtiff"
        $(TOUCH_TARGET)