------------------------------------------------------------ revno: 12643 revision-id: squid3@treenet.co.nz-20131024154501-0b2q9eov7isfr68a parent: squid3@treenet.co.nz-20131024153919-mt4av4aihdfgwlc0 fixes bug(s): http://bugs.squid-cache.org/show_bug.cgi?id=3836 author: Francesco Chemolli committer: Amos Jeffries branch nick: 3.3 timestamp: Thu 2013-10-24 09:45:01 -0600 message: Bug 3836: Fix issues with automake 1.13 and later and make check (extra) ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20131024154501-0b2q9eov7isfr68a # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: 75fa1bdecc8c6e9e9a1054aaa289101ca8b891cc # timestamp: 2013-10-24 15:47:03 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20131024153919-\ # mt4av4aihdfgwlc0 # # Begin patch === modified file 'src/Makefile.am' --- src/Makefile.am 2013-10-24 15:39:19 +0000 +++ src/Makefile.am 2013-10-24 15:45:01 +0000 @@ -1089,6 +1089,9 @@ tests/testStatHist \ $(STORE_TESTS) +if HAVE_FS_ROCK +check_PROGRAMS += tests/testRock +endif if HAVE_FS_UFS check_PROGRAMS += tests/testUfs endif