diff --git a/Makefile b/Makefile index 25f7569..19eb0fa 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ CXXFLAGS+=-I./lib/wxsqlite3-1.9.9/include CXXFLAGS+=-I./lib/freechart/include CXXFLAGS+=-I/usr/include/libxml2 CXXFLAGS+=-Wl,--rpath,"$(LIB_DIR)" -#CXXFLAGS+=-DRESSOURCES_ROOT="\"$(SHARE_DIR)\"" +CXXFLAGS+=-DRESSOURCES_ROOT="\"$(SHARE_DIR)\"" # For developpers -CXXFLAGS+=-DRESSOURCES_ROOT="\"./ressources/\"" +#CXXFLAGS+=-DRESSOURCES_ROOT="\"./ressources/\"" LDFLAGS+=`wx-config --libs` LDFLAGS+=-lofx