aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xunicode/configure2
-rw-r--r--unicode/configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/unicode/configure b/unicode/configure
index 385a5eb1..b2351c6a 100755
--- a/unicode/configure
+++ b/unicode/configure
@@ -6271,6 +6271,8 @@ ac_config_files="$ac_config_files Makefile"
ac_config_files="$ac_config_files src/Makefile"
+ac_config_files="$ac_config_files plugins/Makefile"
+
ac_config_files="$ac_config_files src/config-$FPC_PLATFORM.inc:src/config.inc.in"
if [ x$libprojectM_USE_CWRAPPER = xyes ]; then
diff --git a/unicode/configure.ac b/unicode/configure.ac
index 84f06d58..7d643c9b 100644
--- a/unicode/configure.ac
+++ b/unicode/configure.ac
@@ -235,6 +235,7 @@ AC_SUBST(LIBS)
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([src/Makefile])
+AC_CONFIG_FILES([plugins/Makefile])
AC_CONFIG_FILES([src/config-$FPC_PLATFORM.inc:src/config.inc.in])
if [[ x$libprojectM_USE_CWRAPPER = xyes ]]; then
AC_CONFIG_FILES([src/lib/projectM/cwrapper/Makefile])