From 9581e5ad1290bdff0446ef927565bea7e8f25418 Mon Sep 17 00:00:00 2001 From: Davi Reis Date: Mon, 4 Jun 2012 21:03:19 -0300 Subject: [PATCH] Remove dependency on cmph in cxxmph --- cxxmph/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cxxmph/Makefile.am b/cxxmph/Makefile.am index 06d90a5..969cf34 100644 --- a/cxxmph/Makefile.am +++ b/cxxmph/Makefile.am @@ -28,8 +28,9 @@ mph_index_test_SOURCES = mph_index_test.cc trigraph_test_LDADD = libcxxmph.la trigraph_test_SOURCES = trigraph_test.cc -bm_index_LDADD = libcxxmph_bm.la -lcmph -bm_index_SOURCES = bm_index.cc +# Bad dependency, do not compile by default. +# bm_index_LDADD = libcxxmph_bm.la -lcmph +# bm_index_SOURCES = bm_index.cc bm_map_LDADD = libcxxmph_bm.la bm_map_SOURCES = bm_map.cc