commit | 2fb302188dae3c0c35ab27c39d46bfde89c4da5f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Mar 26 09:24:33 2010 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Mar 27 11:42:30 2010 +0100 |
tree | 624ecec2bb06d9e9287b234d63ab7e46883f07aa | |
parent | 719d904e351fa8fd1c7d1ebfbbae809ef27aa47c [diff] [blame] |
makefiles: Install bindir programs from the top-level makefile.
diff --git a/Makefile.in b/Makefile.in index 2697d2b..62ac1f6 100644 --- a/Makefile.in +++ b/Makefile.in
@@ -26,6 +26,9 @@ # Sub-directories that don't have a makefile EXTRASUBDIRS = dlls libs +# Destination directories for make install +INSTALLDIRS = $(DESTDIR)$(bindir) + all: wine @echo "Wine build complete."