From 53bd46203f7aba6c8ff374d7f406023586c09623 Mon Sep 17 00:00:00 2001 From: Jens Seidel Date: Mon, 1 Sep 2008 14:20:29 +0200 Subject: Respect $(srcdir) and add support for help file names containing the country --- src/mine/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mine/Makefile.am b/src/mine/Makefile.am index cd1a84c5..ed22c7b1 100644 --- a/src/mine/Makefile.am +++ b/src/mine/Makefile.am @@ -4,7 +4,8 @@ localedir = $(datadir)/locale INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/src DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ LDADD = @LIBINTL@ -SWEEPERHELPTXTS = mine-help.txt $(wildcard mine-help-??.txt) +SWEEPERHELPTXTS = mine-help.txt $(wildcard $(srcdir)/mine-help-??.txt) \ + $(wildcard $(srcdir)/mine-help-??_??.txt) noinst_LIBRARIES = libcmine.a -- cgit v1.2.3