summaryrefslogtreecommitdiff
path: root/utils/synutils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'utils/synutils/Makefile.am')
-rw-r--r--utils/synutils/Makefile.am14
1 files changed, 2 insertions, 12 deletions
diff --git a/utils/synutils/Makefile.am b/utils/synutils/Makefile.am
index f87f1f8a..ac76be40 100644
--- a/utils/synutils/Makefile.am
+++ b/utils/synutils/Makefile.am
@@ -1,16 +1,6 @@
bin_PROGRAMS = const_reorder_model_trainer
const_reorder_model_trainer_SOURCES = constituent_reorder_model.cc
-const_reorder_model_trainer_LDADD = libfeature.a maxent-3.0/libtsuruoka_maxent.a -lgfortran
+const_reorder_model_trainer_LDADD = maxent-3.0/libtsuruoka_maxent.a
-noinst_LIBRARIES = libfeature.a
-
-libfeature_a_SOURCES = \
- alignment.h \
- srl_sentence.h \
- tree.h \
- utility.h \
- argument_reorder_model.h \
- tsuruoka_maxent.h
-
-AM_CPPFLAGS = -W -Wall -I$(top_srcdir) -I$(top_srcdir)/utils -I$(top_srcdir)/synutils/maxent-3.0
+AM_CPPFLAGS = -W -Wall -I$(top_srcdir)