configure: Generate the list of top-level directories to install.
diff --git a/Makefile.in b/Makefile.in
index ed30f1b..0b2c6c0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,8 +27,6 @@
MODULE = none
PROGRAMS = wine
-FONTSSUBDIRS = @FONTSSUBDIRS@
-
# Sub-directories to run make depend/clean into
SUBDIRS = \
dlls \
@@ -42,15 +40,7 @@
tools
# Sub-directories to run make install/uninstall into
-INSTALLSUBDIRS = \
- $(FONTSSUBDIRS) \
- dlls \
- include \
- libs \
- loader \
- programs \
- server \
- tools
+INSTALLSUBDIRS = @ALL_TOP_DIRS@
# Sub-directories to run make test into
TESTSUBDIRS = dlls