From 686a5b0cf2e6ff98890eae0c122bed360d1836d8 Mon Sep 17 00:00:00 2001 From: "itagaki.takahiro" Date: Tue, 1 Jun 2010 07:10:49 +0000 Subject: [PATCH] Remove dependency to libsml2 and libxslt. git-svn-id: http://pg-rman.googlecode.com/svn/trunk@36 182aca00-e38e-11de-a668-6fd11605f5ce --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index b3c40792..d6030194 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,8 @@ include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif +# remove dependency to libxml2 and libxslt +LIBS := $(filter-out -lxml2, $(LIBS)) +LIBS := $(filter-out -lxslt, $(LIBS)) + $(OBJS): pg_rman.h