]> 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)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 8 Aug 2013 10:15:09 +0000 (10:15 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11997 d7cf8633-e32d-0410-b094-e92efae38249

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