From: ellson Date: Tue, 22 May 2007 07:59:10 +0000 (+0000) Subject: Add missing include paths - fix from Debian maintainer X-Git-Tag: LAST_LIBGRAPH~32^2~5568 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=633a3d970c9980fd79e3e24c5a09abb0b41901d6;p=graphviz Add missing include paths - fix from Debian maintainer cyril.brulebois@enst-bretagne.fr --- diff --git a/tclpkg/gv/Makefile.am b/tclpkg/gv/Makefile.am index ed25149ec..251ca6a88 100644 --- a/tclpkg/gv/Makefile.am +++ b/tclpkg/gv/Makefile.am @@ -7,7 +7,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/common \ -I$(top_srcdir)/lib/graph \ -I$(top_srcdir)/lib/cdt \ - -I$(top_srcdir)/lib/pathplan $(PERL_INCLUDES) $(OCAML_INCLUDES) $(PHP_INCLUDES) $(PYTHON_INCLUDES) $(RUBY_INCLUDES) $(TCL_INCLUDES) + -I$(top_srcdir)/lib/pathplan $(PERL_INCLUDES) $(OCAML_INCLUDES) $(PHP_INCLUDES) $(PYTHON_INCLUDES) $(RUBY_INCLUDES) $(TCL_INCLUDES) $(LUA_INCLUDES) $(GUILE_INCLUDES) LIBS = @LIBS@ -lc