Related to #1242 and #1785.
pkgtcldir = $(pkglibdir)/tcl
AM_CPPFLAGS = \
+ -I$(top_srcdir)/lib \
-I$(top_srcdir)/tclpkg/tclhandle \
-I$(top_srcdir)/lib/pathplan @TCL_INCLUDES@
* ellson@graphviz.org October 2nd, 1996
*/
-#include <pathutil.h>
+#include <pathplan/pathutil.h>
void make_CW(Ppoly_t * poly)
{
#include <inttypes.h>
#include <assert.h>
#include <math.h>
-#include <pathutil.h>
-#include <vispath.h>
-#include <tri.h>
+#include <pathplan/pathutil.h>
+#include <pathplan/vispath.h>
+#include <pathplan/tri.h>
#include <tcl.h>
#include "tclhandle.h"