[Asterisk-cvs] asterisk/res Makefile,1.24,1.25

markster markster
Sat Oct 15 23:16:22 CDT 2005


Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv7400/res

Modified Files:
	Makefile 
Log Message:
More utility cleanups


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/res/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile	25 Sep 2005 20:50:40 -0000	1.24
+++ Makefile	16 Oct 2005 03:10:33 -0000	1.25
@@ -11,7 +11,7 @@
 # the GNU General Public License
 #
 
-MODS=res_adsi.so res_features.so res_crypto.so res_musiconhold.so res_indications.so res_monitor.so \
+MODS=res_adsi.so res_features.so res_musiconhold.so res_indications.so res_monitor.so \
      res_agi.so
 
 ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/odbcinst.h)$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/odbcinst.h),)
@@ -23,6 +23,10 @@
   MODS+=res_odbc.so
 endif
 
+ifneq ($(NOCRYPTO),yes)
+  MODS+=res_crypto.so
+endif
+
 ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/osp/osp.h),)
   MODS+=res_osp.so
   OSPLIB=$(CROSS_COMPILE_TARGET)/usr/local/lib/libosptk.a




More information about the svn-commits mailing list