From 8a3c7d132b52e5e12e1a789c7dc16d6d686a62a2 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 18 Sep 2002 23:10:21 +0000 Subject: [PATCH] Only install the useful programs. --- programs/Makefile.in | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/programs/Makefile.in b/programs/Makefile.in index d0e5073b7e8..94a75100bf8 100644 --- a/programs/Makefile.in +++ b/programs/Makefile.in @@ -30,7 +30,24 @@ SUBDIRS = \ winver # Sub-directories to run make install into -INSTALLSUBDIRS = $(SUBDIRS) +INSTALLSUBDIRS = \ + avitools \ + clock \ + control \ + expand \ + notepad \ + progman \ + regedit \ + regsvr32 \ + uninstaller \ + wcmd \ + wineconsole \ + winedbg \ + winefile \ + winemine \ + winepath \ + winhelp \ + winver # Programs to install in bin directory # We don't install everything to avoid polluting /usr/bin too much