e16-themes/configure.ac

17 lines
335 B
Plaintext
Raw Permalink Normal View History

2023-10-13 05:37:53 -07:00
AC_INIT([e16-themes], [1.0.3], [enlightenment-devel@lists.sourceforge.net])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_INSTALL
THEMES="BlueSteel BrushedMetal-Tigert Ganymede ShinyMetal"
AC_SUBST(THEMES)
AC_CONFIG_FILES([
Makefile
BlueSteel/Makefile
BrushedMetal-Tigert/Makefile
Ganymede/Makefile
ShinyMetal/Makefile
])
AC_OUTPUT