1
Fork 0

Remove dependency on cmph in cxxmph

main
Davi Reis 2012-06-04 21:03:19 -03:00
parent a17b3792d1
commit 9581e5ad12
1 changed files with 3 additions and 2 deletions

View File

@ -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