diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-02-02 12:33:13 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-02-02 12:33:13 -0500 |
commit | e5831933364a4cab5084db49281a855baea8e09c (patch) | |
tree | 9e4c016b0a4a84c6e1ae0231da2729deeeaa4882 /gi/pf/Makefile.am | |
parent | 8e5fad9bcbadf36bbab3c1c5b053e3c8f7dddbce (diff) |
fix broken build
Diffstat (limited to 'gi/pf/Makefile.am')
-rw-r--r-- | gi/pf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pf/Makefile.am b/gi/pf/Makefile.am index 28367e67..8d43f36d 100644 --- a/gi/pf/Makefile.am +++ b/gi/pf/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = cbgi brat dpnaive pfbrat pfdist itg pfnaive condnaive align-lexonly align-lexonly-pyp noinst_LIBRARIES = libpf.a -libpf_a_SOURCES = base_measures.cc reachability.cc cfg_wfst_composer.cc corpus.cc unigrams.cc ngram_base.cc +libpf_a_SOURCES = base_distributions.cc reachability.cc cfg_wfst_composer.cc corpus.cc unigrams.cc ngram_base.cc align_lexonly_SOURCES = align-lexonly.cc |