summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2012-05-07 23:31:38 +0000
committerTim Angus <tim@ngus.net>2013-01-12 20:28:44 +0000
commit4b120321f56e6943e762fd47d4735ba496a0c23a (patch)
tree802850f11a26478041f2195557abf19cd71db2c0 /Makefile
parent5a9452339a52b22f158846e97b932640627409f1 (diff)
Don't use local SDL headers on Linux (need system sdl-config and SDL library anyway).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 50fcd56e..e1f64469 100644
--- a/Makefile
+++ b/Makefile
@@ -365,10 +365,6 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu"))
CLIENT_LIBS += -lrt
endif
- ifeq ($(USE_LOCAL_HEADERS),1)
- CLIENT_CFLAGS += -I$(SDLHDIR)/include
- endif
-
ifeq ($(USE_FREETYPE),1)
BASE_CFLAGS += $(FREETYPE_CFLAGS)
endif