From: divverent Date: Thu, 8 Aug 2013 10:15:09 +0000 (+0000) Subject: fix typo, sorry X-Git-Tag: xonotic-v0.8.0~140 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=edd16f2e3a7f96fc1f8eabe982b9014207a065de;p=xonotic%2Fdarkplaces.git fix typo, sorry git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11997 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=07179d141ad100dd3f5cec7083b171bdfa96efd4 --- diff --git a/makefile b/makefile index 3e543f62..21990599 100644 --- a/makefile +++ b/makefile @@ -329,7 +329,7 @@ ifeq ($(DP_LINK_CRYPTO_RIJNDAEL), shared) LIB_CRYPTO_RIJNDAEL=-ld0_rijndael CFLAGS_CRYPTO_RIJNDAEL=-DLINK_TO_CRYPTO_RIJNDAEL endif -ifeq ($(DP_LINK_CRYPTO_RIJNDAEL), shared) +ifeq ($(DP_LINK_CRYPTO_RIJNDAEL), dlopen) LIB_CRYPTO_RIJNDAEL= CFLAGS_CRYPTO_RIJNDAEL= endif