aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-11-08 08:47:28 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:49 +0100
commita7395016f170d0f27b5757814e0216a94edeba7f (patch)
treecd95d31324d058495f4d874a25e4e23d7fc5de5a /Makefile
parent6601d11398e9325f1b8d9322d022f816f18b4f4b (diff)
downloadusdx-a7395016f170d0f27b5757814e0216a94edeba7f.tar.gz
usdx-a7395016f170d0f27b5757814e0216a94edeba7f.tar.xz
usdx-a7395016f170d0f27b5757814e0216a94edeba7f.zip
added utils to include path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9aefb00..cff3d740 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ sources:=$(wildcard $(TOP)/src/*/*/*.cpp) $(wildcard $(TOP)/src/*/*.cpp) $(wildc
deps:=$(sources:.cpp=.d)
-CXXFLAGS:=-Wall -Werror -I$(TOP)/src -I$(TOP)/src/base -I$(TOP)/src/menu -I$(TOP)/src/media -I$(TOP)/src/screens -I$(TOP)/src/frames -g
+CXXFLAGS:=-Wall -Werror -I$(TOP)/src -I$(TOP)/src/base -I$(TOP)/src/menu -I$(TOP)/src/media -I$(TOP)/src/screens -I$(TOP)/src/frames -I$(TOP)/src/utils -g
LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt -lboost_thread-mt -lSDL_image -lSDL_gfx -lcppunit -lGL
TARGET:=$(PROJECT)