From 26361fd8015cda5eb27d79314ca68af0b744396c Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 8 Feb 2013 16:23:58 +0100 Subject: [PATCH] Fix Makefile for install of Xiangqi pieces --- Makefile.am | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2cf5510..7e5363b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,13 +143,14 @@ dist_shogi_DATA = shogi/WhiteGold.svg shogi/WhiteCrownedBishop.svg\ shogi/WhiteAdvisor.svg shogi/WhiteGoldSilver.svg xiangqidir = $(datadir)/games/xboard/themes/xiangqi -dist_svg_DATA = themes/xiangqiBlackAdvisor.svg themes/xiangqiWhiteAdvisor.svg \ +dist_xiangqi_DATA = themes/xiangqi/BlackAdvisor.svg themes/xiangqi/WhiteAdvisor.svg \ themes/xiangqi/BlackCanon.svg themes/xiangqi/WhiteCanon.svg \ themes/xiangqi/BlackElephant.svg themes/xiangqi/WhiteElephant.svg \ - themes/xiangqi/BlackKnight.sv themes/xiangqi/WhiteKnight.svg \ + themes/xiangqi/BlackKnight.svg themes/xiangqi/WhiteKnight.svg \ themes/xiangqi/BlackGold.svg themes/xiangqi/WhiteGold.svg \ themes/xiangqi/BlackPawn.svg themes/xiangqi/WhitePawn.svg \ themes/xiangqi/BlackRook.svg themes/xiangqi/WhiteRook.svg + ### directory and files for pixmaps pixmapsdir = $(datadir)/games/xboard/pixmaps/textures -- 1.7.0.4