From: handa Date: Tue, 20 Dec 2005 02:12:17 +0000 (+0000) Subject: Setup the var ICONS. Add icons/Makefile in X-Git-Tag: REL-1-3-0~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5e693730bd994ce3c9a038dfe8472a734065287c;p=m17n%2Fm17n-db.git Setup the var ICONS. Add icons/Makefile in AC_CONFIG_FILES. --- 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.