X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/eec4d28bd00dbfce37c9262a959abeb215d90b51..802f79cdb0d688127b8a639cd3173d801a1466cd:/Server/tests/Makefile diff --git a/Server/tests/Makefile b/Server/tests/Makefile index 8933af6..c3acd4d 100644 --- a/Server/tests/Makefile +++ b/Server/tests/Makefile @@ -26,13 +26,14 @@ # # UbicaciĆ³n de archivos .h -INCLUDE_FILES=../include +INCLUDE_BASE_DIR=../include +INCLUDE_DIR=$(INCLUDE_BASE_DIR) # UbicaciĆ³n de archivos .a LIB_FILES=../src # Opciones para el compilador. -CXXFLAGS=-ansi -pedantic -Wall -I$(INCLUDE_FILES) \ +CXXFLAGS=-ansi -pedantic -Wall -I$(INCLUDE_DIR) \ `pkg-config --cflags glibmm-2.0` `pkg-config --cflags gthread-2.0` CXXFLAGS+=-g -DDEBUG #CXXFLAGS+=-g