Setup the var ICONS. Add icons/Makefile in
authorhanda <handa>
Tue, 20 Dec 2005 02:12:17 +0000 (02:12 +0000)
committerhanda <handa>
Tue, 20 Dec 2005 02:12:17 +0000 (02:12 +0000)
AC_CONFIG_FILES.

configure.ac

index 84e3556..c4e74f3 100644 (file)
@@ -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.