From: Leandro Lucarella Date: Tue, 18 Nov 2003 21:02:55 +0000 (+0000) Subject: Se ponen flags del compilador para libxml2 con pkg-config. X-Git-Tag: svn_import~261 X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/commitdiff_plain/82d74a11bf5ecf23041f8acfa13933f6d9d37bbf?ds=sidebyside Se ponen flags del compilador para libxml2 con pkg-config. --- 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 diff --git a/Server/tests/Makefile b/Server/tests/Makefile index 0885bca..0b66fee 100644 --- a/Server/tests/Makefile +++ b/Server/tests/Makefile @@ -38,7 +38,7 @@ MODEL_DIR=../../Model # Opciones para el compilador. CXXFLAGS=-ansi -pedantic -Wall -I$(INCLUDE_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