From 5e693730bd994ce3c9a038dfe8472a734065287c Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 20 Dec 2005 02:12:17 +0000 Subject: [PATCH] Setup the var ICONS. Add icons/Makefile in AC_CONFIG_FILES. --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 84e3556..c4e74f3 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,10 @@ else : fi -AC_CONFIG_FILES([Makefile mapconv m17n-db]) +ICONS=`cd icons; echo *.png` +AC_SUBST(ICONS) + +AC_CONFIG_FILES([Makefile mapconv m17n-db icons/Makefile]) AC_OUTPUT # Print configuration message. -- 1.7.10.4