From 4250ad7652266d6f9f1058562b847af469ae7be7 Mon Sep 17 00:00:00 2001 From: ellson Date: Sun, 21 May 2006 19:16:21 +0000 Subject: [PATCH] Damn its hard to get rid of these libgd dependencies! entites.h was needed in the "make dist" target for rpms. --- lib/common/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index 52cc72ea2..5989ae627 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS = \ pkginclude_HEADERS = logic.h arith.h geom.h color.h types.h globals.h noinst_HEADERS = render.h utils.h memory.h \ - geomprocs.h colorprocs.h colortbl.h \ + geomprocs.h colorprocs.h colortbl.h entities.h \ const.h macros.h htmllex.h htmltable.h pointset.h noinst_LTLIBRARIES = libcommon.la @@ -65,5 +65,5 @@ DISTCLEANFILES = brewer_lib color_lib colortbl.h y.output y.tab.[ch] htmlparse.[ EXTRA_DIST = Makefile.old README.imap chars.tcl ps.h \ strcasecmp.c strncasecmp.c htmlparse.c htmlparse.h \ - y.tab.c y.tab.h y.output \ + y.tab.c y.tab.h y.output entities.html entities.tcl \ brewer_colors brewer_lib color_names color_lib colortbl.h -- 2.40.0