From: glenlow Date: Thu, 24 Apr 2008 17:52:49 +0000 (+0000) Subject: missing gvplugin_quartz.h from distribution X-Git-Tag: LAST_LIBGRAPH~32^2~4211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbf2943314945435755e6b9a6938094fa2c6dde7;p=graphviz missing gvplugin_quartz.h from distribution --- diff --git a/plugin/quartz/Makefile.am b/plugin/quartz/Makefile.am index c18a3c93c..c71816503 100644 --- a/plugin/quartz/Makefile.am +++ b/plugin/quartz/Makefile.am @@ -10,6 +10,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/cdt \ $(QUARTZ_CFLAGS) +noinst_HEADERS = gvplugin_quartz.h + if WITH_QUARTZ noinst_LTLIBRARIES = libgvplugin_quartz_C.la if WITH_WIN32