summaryrefslogtreecommitdiff
path: root/word-aligner/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'word-aligner/Makefile.am')
-rw-r--r--word-aligner/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/word-aligner/Makefile.am b/word-aligner/Makefile.am
index 071e4977..2bffa267 100644
--- a/word-aligner/Makefile.am
+++ b/word-aligner/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = fast_align binderiv
+bin_PROGRAMS = fast_align binderiv net_fa
fast_align_SOURCES = fast_align.cc ttables.cc da.h ttables.h
fast_align_LDADD = ../utils/libutils.a
@@ -7,6 +7,11 @@ fast_align_LDFLAGS = $(STATIC_FLAGS)
binderiv_SOURCES = binderiv.cc
binderiv_LDADD = ../utils/libutils.a
+net_fa_SOURCES = net_fa.cc ttables.cc da.h ttables.h nn.hpp
+net_fa_LDADD = ../utils/libutils.a
+net_fa_LDFLAGS = $(STATIC_FLAGS) /srv/postedit/lib/nanomsg-0.5-beta/lib/libnanomsg.so
+
EXTRA_DIST = aligner.pl ortho-norm support makefiles stemmers
-AM_CPPFLAGS = -W -Wall -I$(top_srcdir) -I$(top_srcdir)/utils -I$(top_srcdir)/training
+AM_CPPFLAGS = -W -Wall -I$(top_srcdir) -I$(top_srcdir)/utils -I$(top_srcdir)/training -I/srv/postedit/lib/nanomsg-0.5-beta/include -I/srv/postedit/lib/cppnanomsg
+