X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/989d0da7e93d155dde399bf3047ab6b4af550bb6..c0e0cf58ce033421d125afb813636f102456592c:/Server/src/Makefile diff --git a/Server/src/Makefile b/Server/src/Makefile index 110f072..6f8e544 100644 --- a/Server/src/Makefile +++ b/Server/src/Makefile @@ -32,7 +32,7 @@ MODEL_DIR=../../Model # Opciones para el compilador. CXXFLAGS=-ansi -pedantic -Wall -I$(INCLUDE_BASE_DIR) -I$(MODEL_DIR)/include \ - `pkg-config --cflags glibmm-2.0 gthread-2.0` `xml2-config --cflags` + `pkg-config --cflags glibmm-2.0 gthread-2.0 libxml-2.0` CXXFLAGS+=-g -DDEBUG #CXXFLAGS+=-g #CXXFLAGS+=-O2