From: ellson Date: Sun, 19 Oct 2008 11:45:08 +0000 (+0000) Subject: add aspect.h to lib/dotgen/Makefile.am X-Git-Tag: LAST_LIBGRAPH~32^2~3076 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edc20246bce9c5b6344f576394ee8a6c36b3625f;p=graphviz add aspect.h to lib/dotgen/Makefile.am --- diff --git a/lib/dotgen/Makefile.am b/lib/dotgen/Makefile.am index 3c9c2df1d..b230890c3 100644 --- a/lib/dotgen/Makefile.am +++ b/lib/dotgen/Makefile.am @@ -11,7 +11,7 @@ AM_CPPFLAGS = \ if WITH_CGRAPH else -noinst_HEADERS = dot.h dotprocs.h +noinst_HEADERS = dot.h dotprocs.h aspect.h noinst_LTLIBRARIES = libdotgen_C.la endif