summaryrefslogtreecommitdiff
path: root/gi
diff options
context:
space:
mode:
authorChris Dyer <prguest11@taipan.cs>2012-03-08 18:47:23 +0000
committerChris Dyer <prguest11@taipan.cs>2012-03-08 18:47:23 +0000
commit4695353e8e37c49c1cc4f91ff8679fff17aac404 (patch)
tree318216c088ff6ebd5afed36f69cef4dbe66ebad4 /gi
parent2347c5c81ca2873e634975ea5197b0926a69ce53 (diff)
fix link error on linux
Diffstat (limited to 'gi')
-rw-r--r--gi/pf/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gi/pf/Makefile.am b/gi/pf/Makefile.am
index 9888a70b..94364c3d 100644
--- a/gi/pf/Makefile.am
+++ b/gi/pf/Makefile.am
@@ -5,14 +5,14 @@ noinst_LIBRARIES = libpf.a
libpf_a_SOURCES = base_distributions.cc reachability.cc cfg_wfst_composer.cc corpus.cc unigrams.cc ngram_base.cc transliterations.cc
nuisance_test_SOURCES = nuisance_test.cc
-nuisance_test_LDADD = libpf.a
+nuisance_test_LDADD = libpf.a $(top_srcdir)/decoder/libcdec.a $(top_srcdir)/mteval/libmteval.a $(top_srcdir)/utils/libutils.a $(top_srcdir)/klm/lm/libklm.a $(top_srcdir)/klm/util/libklm_util.a -lz
align_lexonly_SOURCES = align-lexonly.cc
align_lexonly_pyp_SOURCES = align-lexonly-pyp.cc
align_tl_SOURCES = align-tl.cc
-align_tl_LDADD = libpf.a
+align_tl_LDADD = libpf.a $(top_srcdir)/decoder/libcdec.a $(top_srcdir)/mteval/libmteval.a $(top_srcdir)/utils/libutils.a $(top_srcdir)/klm/lm/libklm.a $(top_srcdir)/klm/util/libklm_util.a -lz
itg_SOURCES = itg.cc