diff --git a/configure b/configure index a74ed3df1013720bdaddd3efaf3bb11a5c58c4eb..a34477488ff25f6ae3547e6a73d2fb35981c8b20 100755 --- a/configure +++ b/configure @@ -23313,7 +23313,7 @@ echo "${ECHO_T}yes" >&6 fi - ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile defaults/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/bbs/Makefile themes/curve/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/exocet/Makefile themes/meenee/Makefile themes/microcurve/Makefile themes/microdeck/Makefile themes/microdeck2/Makefile themes/microdeck3/Makefile themes/tgc/Makefile themes/tgc-large/Makefile" + ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile defaults/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/bbs/Makefile themes/curve/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/exocet/Makefile themes/meenee/Makefile themes/microcurve/Makefile themes/microdeck/Makefile themes/microdeck2/Makefile themes/microdeck3/Makefile themes/prune/Makefile themes/tgc/Makefile themes/tgc-large/Makefile themes/tubular/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -23907,8 +23907,10 @@ do "themes/microdeck/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/microdeck/Makefile" ;; "themes/microdeck2/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/microdeck2/Makefile" ;; "themes/microdeck3/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/microdeck3/Makefile" ;; + "themes/prune/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/prune/Makefile" ;; "themes/tgc/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/tgc/Makefile" ;; "themes/tgc-large/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/tgc-large/Makefile" ;; + "themes/tubular/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/tubular/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; diff --git a/configure.ac b/configure.ac index b9eb5e64e2b994ec73b05452cf89678c831dc649..5d5d82a0cfbebe3a0827cb70d7553e6056e74c0a 100644 --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,8 @@ themes/microcurve/Makefile themes/microdeck/Makefile themes/microdeck2/Makefile themes/microdeck3/Makefile +themes/prune/Makefile themes/tgc/Makefile themes/tgc-large/Makefile +themes/tubular/Makefile ])