From ce655a6544c56d3a70ee4f0a4d4b199a170f2e88 Mon Sep 17 00:00:00 2001 From: simianer Date: Tue, 3 May 2016 12:52:03 +0200 Subject: move --- word-aligner/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'word-aligner/Makefile.am') diff --git a/word-aligner/Makefile.am b/word-aligner/Makefile.am index cd83c10d..2bffa267 100644 --- a/word-aligner/Makefile.am +++ b/word-aligner/Makefile.am @@ -9,9 +9,9 @@ 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) /fast_scratch/simianer/lfpe/lib/nanomsg-0.5-beta/lib/libnanomsg.so +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 -I/fast_scratch/simianer/lfpe/lib/nanomsg-0.5-beta/include -I/fast_scratch/simianer/lfpe/lib/cppnanomsg +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 -- cgit v1.2.3