From 8736054599663a38ae6c793134905f6bf32ce455 Mon Sep 17 00:00:00 2001 From: braam Date: Mon, 17 Jun 2002 15:40:44 +0000 Subject: [PATCH] Makefile fix for libxml2 headers. --- lustre/utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 270e7a8..7322704 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -1,7 +1,7 @@ DEFS:= EXTRA_DIST = parser.h -CFLAGS:=-g -I. -I/usr/include/glib-1.2 -I$(PORTALS)/include \ +CFLAGS:=-g -I. -I/usr/include/libxml2 -I/usr/include/glib-1.2 -I$(PORTALS)/include \ -I/usr/lib/glib/include -I$(srcdir)/../include -Wall KFLAGS:= CPPFLAGS := -- 1.8.3.1