From: erg Date: Mon, 7 May 2007 19:58:32 +0000 (+0000) Subject: Modify makefile to include compat_unistd.h in dist X-Git-Tag: LAST_LIBGRAPH~32^2~5583 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99cd2f77ebd7dace21352ddccba43876daee4a78;p=graphviz Modify makefile to include compat_unistd.h in dist --- diff --git a/lib/ast/Makefile.am b/lib/ast/Makefile.am index e3f9815c7..205728fe5 100644 --- a/lib/ast/Makefile.am +++ b/lib/ast/Makefile.am @@ -11,4 +11,4 @@ libast_C_la_SOURCES = pathpath.c sfstr.h chresc.c chrtoi.c error.c \ pathexists.c pathfind.c pathgetlink.c \ strcopy.c stresc.c strmatch.c strton.c strerror.c -EXTRA_DIST = Makefile.old +EXTRA_DIST = Makefile.old compat_unistd.h