From 0d3c2d62a15a03bd516434030f9036ab9a73c1cd Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 12 Dec 2009 23:38:20 -0800 Subject: [PATCH] added missing sounds files to be able to compile on windows --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index ed75304..5a1a9ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \ $(ZPY) xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ -EXTRA_DIST = pixmaps bitmaps winboard\ +EXTRA_DIST = pixmaps bitmaps winboard sounds \ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man \ COPYRIGHT FAQ.html engine-intf.html ics-parsing.txt \ readme.htm readme_HGM.txt zippy.README \ -- 1.7.0.4