From b3e817305dc20fa05471600b2c66315b5e8bfaa0 Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Tue, 5 Jan 2010 18:36:43 +0100 Subject: [PATCH] Do not compile extra stuff under wrlib/tests etc Let's avoid compiling these "tests" and extra stuff every time, saving us some time. --- Makefile.am | 3 +-- WINGs/Makefile.am | 2 +- wrlib/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6625fa8c..027f1b71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc\ - contrib +SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N FAQ.I18N.cs FAQ.I18N.sk \ INSTALL.cs INSTALL.fr INSTALL.es INSTALL.pt INSTALL.sk \ diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am index d152f2fa..27bcc611 100644 --- a/WINGs/Makefile.am +++ b/WINGs/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = no-dependencies -SUBDIRS = WINGs . po Documentation Resources Examples Extras Tests +SUBDIRS = WINGs . po Documentation Resources LIBTOOL = $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG) diff --git a/wrlib/Makefile.am b/wrlib/Makefile.am index f376e504..8b5e648d 100644 --- a/wrlib/Makefile.am +++ b/wrlib/Makefile.am @@ -1,6 +1,6 @@ ## automake input file for wrlib -SUBDIRS = . tests +SUBDIRS = . AUTOMAKE_OPTIONS = no-dependencies