From 240c02c5d64ee02659d0bcbbc61ef3680cbf8ea2 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 1 Oct 2015 19:54:52 +0100 Subject: Added SDL waterfall prototype api --- draw/make.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw/make.mk') diff --git a/draw/make.mk b/draw/make.mk index 9756446..1c60780 100644 --- a/draw/make.mk +++ b/draw/make.mk @@ -1,7 +1,7 @@ DIR_DRAW = draw/ SOURCES_DRAW += draw/glui.c draw/tui.c draw/ui.c OBJECTS_DRAW += $(SOURCES_DRAW:.c=.o) -LDFLAGS += -lGL +LDFLAGS += -lGL `sdl2-config --cflags --libs` OBJECTS_DIR_DRAW += $(subst $(DIR_DRAW),$(BUILD_DIR)$(DIR_DRAW),$(OBJECTS_DRAW)) -- cgit v1.2.3