From a85b6f1ad6d71fc991ddf22c051709192cfec2e1 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 18 Jan 2010 12:33:01 -0800 Subject: [PATCH] fixed Makefile.am to include gtk-interface.xml and svg files --- Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0eea321..131a9fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,11 +29,12 @@ xboard_SOURCES = backend.c backend.h backendz.h \ xgamelist.c xgamelist.h\ xhistory.c xhistory.h \ xoptions.c \ + gtk-interface.xml \ $(ZPY) xboard_LDADD = -lm @XAW_LIBS@ @GTK_LIBS@ -EXTRA_DIST = pixmaps bitmaps winboard sounds \ +EXTRA_DIST = pixmaps bitmaps svg sounds \ xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.conf \ COPYRIGHT FAQ.html engine-intf.html ics-parsing.txt readme.htm readme_HGM.txt zippy.README -- 1.7.0.4