commit | 80d12c358e02760bc20d15a302aba2299cc9d6df | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Jan 01 17:49:38 2011 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 01 20:28:10 2011 +0100 |
tree | daf060f25f498c77613a61b6fcf6b5f014251e95 | |
parent | 59ee6d83abecf1b73445facf20ca0017b8b57533 [diff] [blame] |
makefiles: Automatically update the EXTRASUBDIRS variable in make_makefiles.
diff --git a/Makefile.in b/Makefile.in index b1e790e..b1c0804 100644 --- a/Makefile.in +++ b/Makefile.in
@@ -19,7 +19,10 @@ # xmlpages: compile xml source for the Wine API Guide # Sub-directories that don't have a makefile -EXTRASUBDIRS = dlls libs programs +EXTRASUBDIRS = \ + dlls \ + libs \ + programs # Destination directories for make install INSTALLDIRS = $(DESTDIR)$(bindir)