Updating branch refs/heads/xfce-4.8
         to 17665c54f01471b24a508beb901dcfd1f719e8b3 (commit)
       from 981ede8e01f30af8c5a2fad158ca14555f453402 (commit)

commit 17665c54f01471b24a508beb901dcfd1f719e8b3
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.
    
    (cherry picked from commit ac27ea69836dac9904bf8c0c9f02e5aaf3e3b13a)

 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