aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-27 04:30:33 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-27 04:30:33 +0200
commit95cdcc4016a4b23968ccba4d474a945aa52ed813 (patch)
tree69908a37849a7ea7c572372cdfae85d9c2d14c16 /Makefile
parentec1991ba992640171eabe2f5d1029a2836624c58 (diff)
downloadosc-graphics-95cdcc4016a4b23968ccba4d474a945aa52ed813.tar.gz
include BSD headers
since they're not available on MinGW by default and cannot be installed easily
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8524586..b7950ea 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ LIBLO_LDFLAGS := $(shell pkg-config liblo --libs)
CFLAGS ?= -g -O0
CFLAGS += -Wall \
+ -Icompat \
$(SDL_CFLAGS) $(SDL_IMAGE_CFLAGS) $(SDL_GFX_CFLAGS) \
$(LIBVLC_CFLAGS) $(LIBLO_CFLAGS)
CXXFLAGS := $(CFLAGS)