summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-10-16 03:10:33 +0000
committerMark Spencer <markster@digium.com>2005-10-16 03:10:33 +0000
commit1ceb04cfb73773ecd5c977f9cb8e2d6c1439199b (patch)
treef889c84b35fcf770b89185d4a367292d66fc5bd7 /res/Makefile
parent4803298fe87c365c30bae7c3c71e3de7086d3389 (diff)
More utility cleanups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/Makefile')
-rwxr-xr-xres/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/Makefile b/res/Makefile
index 4386f05db..47e0c4f9b 100755
--- a/res/Makefile
+++ b/res/Makefile
@@ -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 @@ ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/odbcinst.h)$(wildcard $(CR
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