summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWu, Ke <wuke@cs.umd.edu>2014-10-07 17:41:19 -0400
committerWu, Ke <wuke@cs.umd.edu>2014-10-07 17:41:19 -0400
commitebeda1e75c77dd9044f1b9902770896e3009ae55 (patch)
treeea4226f46e1239f721a63cb834f544345361ca98 /Makefile.am
parent93c444e643e76fe18f852ce07635850e963eea16 (diff)
Make synutils compile
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 88327477..ce49799a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,8 @@
# cyclic dependencies between these directories!
SUBDIRS = \
utils \
+ utils/synutils/maxent-3.0 \
+ utils/synutils \
klm/util/double-conversion \
klm/util \
klm/util/stream \
@@ -21,4 +23,3 @@ EXTRA_DIST = corpus tests python/cdec python/tests python/examples compound-spli
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = -D_GLIBCXX_PARALLEL -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall
-