« Return to Thread: Re: [banshee] Fix the build on Mono 1.9.1

Re: [banshee] Fix the build on Mono 1.9.1

by gabaug :: Rate this Message:

Reply to Author | View in Thread

Good call, thanks.

On Mon, Jun 29, 2009 at 6:25 PM, Bertrand
Lorentz<bertrand.lorentz@...> wrote:

> Hi,
>
> You probably don't want to remove the Analyzer folder from DIST_SUBDIRS.
> It would then not get included in the tarball.
> It also breaks "make distcheck", as tests/Analyzer/Makefile is
> referenced in configure.ac.
>
> --
> Bertrand
>
> On Mon, 2009-06-29 at 22:20 +0000, Gabriel Burt wrote:
>> commit 4369e9f54fc4309d8677eb73ea58130dab8448f1
>> Author: Gabriel Burt <gabriel.burt@...>
>> 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
>> _______________________________________________
>> SVN-commits-list mailing list (read only)
>> http://mail.gnome.org/mailman/listinfo/svn-commits-list
>>
>> Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want.
>
> _______________________________________________
> banshee-list mailing list
> banshee-list@...
> http://mail.gnome.org/mailman/listinfo/banshee-list
>
>
_______________________________________________
banshee-list mailing list
banshee-list@...
http://mail.gnome.org/mailman/listinfo/banshee-list

 « Return to Thread: Re: [banshee] Fix the build on Mono 1.9.1