From b6a42590e63c046a67b53365d69633e4db4e2fca Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Fri, 7 Oct 2011 14:45:58 -0400 Subject: [PATCH] Generate dotgen if using cgraph --- lib/dotgen/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/dotgen/Makefile.am b/lib/dotgen/Makefile.am index ec0669955..4c6474c5b 100644 --- a/lib/dotgen/Makefile.am +++ b/lib/dotgen/Makefile.am @@ -17,6 +17,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/pathplan if WITH_CGRAPH +noinst_HEADERS = dot.h dotprocs.h aspect.h +noinst_LTLIBRARIES = libdotgen_C.la else noinst_HEADERS = dot.h dotprocs.h aspect.h noinst_LTLIBRARIES = libdotgen_C.la -- 2.40.0