Related to #1242 and #1785.
pkgtcldir = $(pkglibdir)/tcl
AM_CPPFLAGS = \
+ -I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/gvc \
-I$(top_srcdir)/lib/common \
-I$(top_srcdir)/lib/cgraph \
* Contributors: See CVS logs. Details at http://www.graphviz.org/
*************************************************************************/
-#include "gvplugin.h"
+#include <gvc/gvplugin.h>
lt_symlist_t lt_preloaded_symbols[] = { { 0, 0 } };
#include "tcldot.h"
-#include "strcasecmp.h"
+#include <cgraph/strcasecmp.h>
size_t Tcldot_string_writer(GVJ_t *job, const char *s, size_t len)
{
/* specifically just the change to Tcl_CmdProc */
#define USE_NON_CONST
#include <tcl.h>
-#include "render.h"
-#include "gvc.h"
-#include "gvio.h"
+#include <common/render.h>
+#include <gvc/gvc.h>
+#include <gvc/gvio.h>
#include "tclhandle.h"
#ifndef CONST84
#include "config.h"
-#include "gvplugin.h"
+#include <gvc/gvplugin.h>
#if defined(GVDLL) && !defined(ENABLE_LTDL)
#define extern __declspec(dllimport)