aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-24 14:19:39 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-24 14:19:39 +0000
commit23f67fcd09eb5199fd6e6a1932ea6e0d7326a40e (patch)
tree7674445050b778b37517d02bf0a64f17bf5db38b /Makefile
parent5bd4b0624727137657029b47bf3d1e33ee22c1a4 (diff)
downloadioquake3-aero-23f67fcd09eb5199fd6e6a1932ea6e0d7326a40e.tar.gz
ioquake3-aero-23f67fcd09eb5199fd6e6a1932ea6e0d7326a40e.zip
fix zlib includes
git-svn-id: svn://svn.icculus.org/quake3/trunk@1702 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d5fc8f7..32373e5 100644
--- a/Makefile
+++ b/Makefile
@@ -879,6 +879,9 @@ endif
ifeq ($(USE_INTERNAL_ZLIB),1)
BASE_CFLAGS += -DNO_GZIP
+ ifneq ($(USE_LOCAL_HEADERS),1)
+ BASE_CFLAGS += -I$(ZDIR)
+ endif
else
LIBS += -lz
endif