From: ellson Date: Thu, 27 Jul 2006 23:13:47 +0000 (+0000) Subject: add compat.h to EXTRA_DIST X-Git-Tag: LAST_LIBGRAPH~32^2~6027 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45761e93c973c270c79c8941bc497b88f4134bef;p=graphviz add compat.h to EXTRA_DIST --- diff --git a/Makefile.am b/Makefile.am index bda376926..4f9f50634 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ dist-hook: EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec \ autogen.sh config/depcomp config/config.rpath \ - builddate.h ast_common.h.in \ + builddate.h ast_common.h.in compat.h \ Makefile.old Config.mk.old configure.old INSTALL.old \ Makeargs config.h.old compat_getopt.h iffe config.iffe \ m4/README m4/iconv.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 \