summaryrefslogtreecommitdiff
path: root/phrasinator/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-07-05 23:35:48 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2011-07-05 23:35:48 -0400
commit3ccdb4dbdeed3704203c48fc5499bd06adb33fca (patch)
tree8e9cb32aad78197c4e4b9e021bc14fd71e3fdb68 /phrasinator/Makefile.am
parent080abd6712bd0895859f6441c26f20aacfe6778e (diff)
build bug
Diffstat (limited to 'phrasinator/Makefile.am')
-rw-r--r--phrasinator/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/phrasinator/Makefile.am b/phrasinator/Makefile.am
index 95a603df..aba98601 100644
--- a/phrasinator/Makefile.am
+++ b/phrasinator/Makefile.am
@@ -1,4 +1,6 @@
-bin_PROGRAMS = gibbs_train_plm head_bigram_model gibbs_train_plm_notables
+bin_PROGRAMS = gibbs_train_plm gibbs_train_plm_notables
+
+#head_bigram_model
gibbs_train_plm_notables_SOURCES = gibbs_train_plm.notables.cc
gibbs_train_plm_notables_LDADD = $(top_srcdir)/utils/libutils.a -lz
@@ -6,7 +8,7 @@ gibbs_train_plm_notables_LDADD = $(top_srcdir)/utils/libutils.a -lz
gibbs_train_plm_SOURCES = gibbs_train_plm.cc
gibbs_train_plm_LDADD = $(top_srcdir)/utils/libutils.a -lz
-head_bigram_model_SOURCES = head_bigram_model.cc
-head_bigram_model_LDADD = $(top_srcdir)/utils/libutils.a -lz
+#head_bigram_model_SOURCES = head_bigram_model.cc
+#head_bigram_model_LDADD = $(top_srcdir)/utils/libutils.a -lz
AM_CPPFLAGS = -funroll-loops -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I$(top_srcdir)/utils -I$(top_srcdir)/decoder -I$(top_srcdir)/mteval