diff options
author | Zack Middleton <zturtleman@gmail.com> | 2012-05-07 23:31:38 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 20:28:44 +0000 |
commit | 4b120321f56e6943e762fd47d4735ba496a0c23a (patch) | |
tree | 802850f11a26478041f2195557abf19cd71db2c0 /Makefile | |
parent | 5a9452339a52b22f158846e97b932640627409f1 (diff) |
Don't use local SDL headers on Linux (need system sdl-config and SDL library anyway).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |