From: ellson Date: Tue, 5 Oct 2010 19:04:46 +0000 (+0000) Subject: fix problem where system ltdl.h conflicts with local copy from libtoolize X-Git-Tag: LAST_LIBGRAPH~32^2~1176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69e5e604106320da804342d09a9195f7627fa7e3;p=graphviz fix problem where system ltdl.h conflicts with local copy from libtoolize --- diff --git a/lib/gvc/Makefile.am b/lib/gvc/Makefile.am index 44e3dad81..1d88153d3 100644 --- a/lib/gvc/Makefile.am +++ b/lib/gvc/Makefile.am @@ -18,8 +18,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/pathplan \ -I$(top_srcdir)/lib/$(GRAPH) \ -I$(top_srcdir)/lib/cdt \ - $(INCLTDL) -I$(top_srcdir)/libltdl \ - -DGVLIBDIR=\"$(pkglibdir)\" + $(INCLTDL) -DGVLIBDIR=\"$(pkglibdir)\" if WITH_WIN32 AM_CFLAGS = -D_BLD_gvc=1