From ac78c32b9714a6b32a754a7382f4d0d2549e0612 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 21 Oct 2012 11:10:36 -0700 Subject: [PATCH] we still need a few bitmaps, so the directory needs to be included in Makefile.am make distcheck complained about this --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index cf6a7d9..b9308c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \ $(ZPY) SUBDIRS = po xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ @LIBINTL@ @CAIRO_LIBS@ -EXTRA_DIST = pixmaps shogi sounds winboard \ +EXTRA_DIST = pixmaps shogi sounds winboard bitmaps\ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.desktop \ xboard-fen-viewer.desktop xboard-pgn-viewer.desktop xboard-tourney.desktop xboard.xml \ COPYRIGHT FAQ.html engine-intf.html ics-parsing.txt readme.htm zippy.README \ -- 1.7.0.4