X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/eec4d28bd00dbfce37c9262a959abeb215d90b51..cd6078479123cd2cfe62df2d838633c143649edf:/Server/tests/Makefile diff --git a/Server/tests/Makefile b/Server/tests/Makefile index 8933af6..8370f54 100644 --- a/Server/tests/Makefile +++ b/Server/tests/Makefile @@ -26,19 +26,19 @@ # # 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) \ - `pkg-config --cflags glibmm-2.0` `pkg-config --cflags gthread-2.0` +CXXFLAGS=-ansi -pedantic -Wall -I$(INCLUDE_DIR) \ + `pkg-config --cflags glibmm-2.0 gthread-2.0` CXXFLAGS+=-g -DDEBUG #CXXFLAGS+=-g #CXXFLAGS+=-O3 -LDFLAGS=-lsocket++ -L$(LIB_FILES) `pkg-config --libs glibmm-2.0` \ - `pkg-config --libs gthread-2.0` +LDFLAGS=-lsocket++ -L$(LIB_FILES) `pkg-config --libs glibmm-2.0 gthread-2.0` TARGETS=server_test