From fd0e5005ad53e73d9b01b40f5df024eb314d3b6c Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 4 Sep 2007 23:39:07 +0000 Subject: [PATCH] add arith.h back into the distribution as its #included from geom.h and anjuta needs it --- lib/common/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.40.0