From: ellson Date: Tue, 4 Sep 2007 23:39:07 +0000 (+0000) Subject: add arith.h back into the distribution as its #included from geom.h and anjuta needs it X-Git-Tag: LAST_LIBGRAPH~32^2~5313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd0e5005ad53e73d9b01b40f5df024eb314d3b6c;p=graphviz add arith.h back into the distribution as its #included from geom.h and anjuta needs it --- diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index 9fd7c7ee5..b8f5fd1bf 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -14,11 +14,10 @@ if WITH_WIN32 AM_CFLAGS = -D_BLD_common=1 endif -pkginclude_HEADERS = geom.h color.h types.h textpara.h usershape.h +pkginclude_HEADERS = arith.h geom.h color.h types.h textpara.h usershape.h noinst_HEADERS = render.h utils.h memory.h \ - geomprocs.h colorprocs.h colortbl.h entities.h \ - logic.h arith.h globals.h \ - const.h macros.h htmllex.h htmltable.h pointset.h + geomprocs.h colorprocs.h colortbl.h entities.h globals.h \ + logic.h const.h macros.h htmllex.h htmltable.h pointset.h noinst_LTLIBRARIES = libcommon_C.la if WITH_CODEGENS