[banshee] Fix the build on Mono 1.9.1



commit 4369e9f54fc4309d8677eb73ea58130dab8448f1
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Mon Jun 29 17:13:33 2009 -0500

    Fix the build on Mono 1.9.1
    
    Remove the performance Analyzer from the build.  You can build it
    manually by cd tests/Analyzer && make

 tests/Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 90eb7ef..5110a25 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,10 +1,6 @@
 include $(top_srcdir)/build/build.environment.mk
 
-SUBDIRS = \
-	Analyzer
-
 DIST_SUBDIRS = \
-	Analyzer \
 	Performance
 
 if ENABLE_TESTS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]