From: ellson Date: Fri, 6 Mar 2009 16:47:56 +0000 (+0000) Subject: distribute a VS compatible version of config.h X-Git-Tag: LAST_LIBGRAPH~32^2~2314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb8d773f0d2570a16324562ca811e4b8fbaeb87d;p=graphviz distribute a VS compatible version of config.h -- will get overwritten if ./configure is run --- diff --git a/Makefile.am b/Makefile.am index 23ef5babe..ad49a826e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,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 compat.h config.h.vs_extra \ + builddate.h ast_common.h.in compat.h config.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 \