]> granicus.if.org Git - graphviz/commitdiff
extend include path for ltdl.h to local copy in case we are building out own copy...
authorellson <devnull@localhost>
Tue, 25 Apr 2006 13:22:56 +0000 (13:22 +0000)
committerellson <devnull@localhost>
Tue, 25 Apr 2006 13:22:56 +0000 (13:22 +0000)
lib/gvc/Makefile.am

index c5058d1f22b6c15289ba9f4a862c9bb9d10df58a..ab717fbaf2c9a4ba9518bff569e8b101b7b2dd09 100644 (file)
@@ -8,7 +8,8 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/lib/common \
        -I$(top_srcdir)/lib/pathplan \
        -I$(top_srcdir)/lib/graph \
-       -I$(top_srcdir)/lib/cdt $(INCLTDL) \
+       -I$(top_srcdir)/lib/cdt \
+       $(INCLTDL) -I$(top_srcdir)/libltdl \
        -DGVLIBDIR=\"$(pkglibdir)\"
 
 LIBS = $(LIBLTDL) $(SOCKET_LIBS)