Remove dependency on cmph in cxxmph
This commit is contained in:
parent
a17b3792d1
commit
9581e5ad12
@ -28,8 +28,9 @@ mph_index_test_SOURCES = mph_index_test.cc
|
|||||||
trigraph_test_LDADD = libcxxmph.la
|
trigraph_test_LDADD = libcxxmph.la
|
||||||
trigraph_test_SOURCES = trigraph_test.cc
|
trigraph_test_SOURCES = trigraph_test.cc
|
||||||
|
|
||||||
bm_index_LDADD = libcxxmph_bm.la -lcmph
|
# Bad dependency, do not compile by default.
|
||||||
bm_index_SOURCES = bm_index.cc
|
# bm_index_LDADD = libcxxmph_bm.la -lcmph
|
||||||
|
# bm_index_SOURCES = bm_index.cc
|
||||||
|
|
||||||
bm_map_LDADD = libcxxmph_bm.la
|
bm_map_LDADD = libcxxmph_bm.la
|
||||||
bm_map_SOURCES = bm_map.cc
|
bm_map_SOURCES = bm_map.cc
|
||||||
|
Loading…
Reference in New Issue
Block a user