Updating branch refs/heads/master
         to ac27ea69836dac9904bf8c0c9f02e5aaf3e3b13a (commit)
       from 2ba9a13eb477232ec984622a1aec9bc024898c77 (commit)

commit ac27ea69836dac9904bf8c0c9f02e5aaf3e3b13a
Author: Nick Schermer <n...@xfce.org>
Date:   Sat Feb 12 17:57:42 2011 +0100

    Only compile demo application in make check (bug #7267).
    
    noinst application are always compiled and since nobody needs
    those applications, it is better to save them the compilation time.

 tests/Makefile.am |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 79481bf..3503c2b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,7 +14,9 @@ TESTS =                                                       
                \
 check_PROGRAMS =                                                       \
        test-exo-csource                                                \
        test-exo-noop                                                   \
-       test-exo-string
+       test-exo-string                                                 \
+       test-exo-icon-chooser-dialog                                    \
+       test-exo-wrap-table
 
 test_exo_csource_SOURCES =                                             \
        test-exo-csource.c                                              \
@@ -52,10 +54,6 @@ test_exo_string_DEPENDENCIES =                               
                \
 test_exo_string_LDADD =                                                        
\
        $(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la
 
-noinst_PROGRAMS =                                                      \
-       test-exo-icon-chooser-dialog                                    \
-       test-exo-wrap-table
-
 test_exo_icon_chooser_dialog_SOURCES =                                 \
        test-exo-icon-chooser-dialog.c
 
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to