]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix typo, sorry
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 8 Aug 2013 10:15:09 +0000 (10:15 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 8 Aug 2013 10:23:15 +0000 (12:23 +0200)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11997 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=07179d141ad100dd3f5cec7083b171bdfa96efd4

makefile

index 3e543f62e5390a71f5524a0833661df428047c63..21990599269e840b3c399db0d4b43c30162e9fe3 100644 (file)
--- 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