[asterisk-commits] pcadach: branch pcadach/chan_h323_exts r39503 - /team/pcadach/chan_h323_exts/...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Aug 9 22:58:33 MST 2006


Author: pcadach
Date: Thu Aug 10 00:58:33 2006
New Revision: 39503

URL: http://svn.digium.com/view/asterisk?rev=39503&view=rev
Log:
Revert local-only changes.

Modified:
    team/pcadach/chan_h323_exts/apps/Makefile

Modified: team/pcadach/chan_h323_exts/apps/Makefile
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323_exts/apps/Makefile?rev=39503&r1=39502&r2=39503&view=diff
==============================================================================
--- team/pcadach/chan_h323_exts/apps/Makefile (original)
+++ team/pcadach/chan_h323_exts/apps/Makefile Thu Aug 10 00:58:33 2006
@@ -30,10 +30,6 @@
 
 ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/osp/osp.h $(CROSS_COMPILE_TARGET)/usr/include/osp/osp.h),)
   MODS:=$(filter-out app_osplookup.so,$(MODS))
-endif
-
-ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h $(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),)
-APPS+=app_rxfax.so app_txfax.so
 endif
 
 ifneq ($(shell if [[ 0x`$(CROSS_COMPILE_BIN)curl-config --vernum` -ge 0x70907 ]]; then echo "OK" ; fi),)
@@ -90,12 +86,6 @@
 app_curl.so: app_curl.o
 	$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS)
 
-app_rxfax.so : app_rxfax.o
-	$(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
-
-app_txfax.so : app_txfax.o
-	$(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
-
 look:	look.c
 	$(CC) -pipe -O6 -g look.c -o look -lncurses
 



More information about the asterisk-commits mailing list