X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/a4ba97a5a592e0b34b2901d3e0e50eef5574d67a..6e0194f46ac77c18bfeabf84ef94a32f23e41073:/Server/tests/Makefile?ds=sidebyside 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