From edc20246bce9c5b6344f576394ee8a6c36b3625f Mon Sep 17 00:00:00 2001 From: ellson Date: Sun, 19 Oct 2008 11:45:08 +0000 Subject: [PATCH] add aspect.h to lib/dotgen/Makefile.am --- lib/dotgen/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1