Related to #1785.
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = \
+ -I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/common \
-I$(top_srcdir)/lib/pathplan \
-I$(top_srcdir)/lib/gvc \
#include <gtk/gtk.h>
-#include "gvplugin_device.h"
+#include <gvc/gvplugin_device.h>
#include "callbacks.h"
#include "interface.h"
#include <unistd.h>
#endif
-#include "gvplugin_device.h"
+#include <gvc/gvplugin_device.h>
#ifdef HAVE_GTK
#include <gtk/gtk.h>
* Contributors: See CVS logs. Details at http://www.graphviz.org/
*************************************************************************/
-#include "gvplugin.h"
+#include <gvc/gvplugin.h>
extern gvplugin_installed_t gvdevice_types_gtk[];