From: ellson Date: Sun, 21 May 2006 19:16:21 +0000 (+0000) Subject: Damn its hard to get rid of these libgd dependencies! X-Git-Tag: LAST_LIBGRAPH~32^2~6594 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4250ad7652266d6f9f1058562b847af469ae7be7;p=graphviz Damn its hard to get rid of these libgd dependencies! entites.h was needed in the "make dist" target for rpms. --- 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