summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-12-08 23:50:43 +0000
committerMartin Baulig <martin@src.gnome.org>1998-12-08 23:50:43 +0000
commitfa07ff771d17064042ef1a3c8be5f96b65884898 (patch)
treeedf2879400d889575308ad8b943685614b1c96e8
parent26eb911279f4fba5ca7a471dd33e5a6f3c50ca3c (diff)
downloadgnome-common-fa07ff771d17064042ef1a3c8be5f96b65884898.tar.gz
Added `easy-vsnprintf.c' to EXTRA_DIST.
svn path=/trunk/; revision=518
-rw-r--r--support/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index cb6d8e8..fae50a8 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -35,4 +35,4 @@ gnomesupport.h: gnomesupport.awk $(top_builddir)/config.h
$(AWK) -f $(srcdir)/gnomesupport.awk < $(top_builddir)/config.h > gsh-t
mv gsh-t gnomesupport.h
-EXTRA_DIST = gnomesupport.awk README-gnome
+EXTRA_DIST = gnomesupport.awk README-gnome easy-vsnprintf.c