From 68e76d09d2f5828b2955594d0e0cddc7b2517feb Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Thu, 25 Jun 2015 16:21:42 +0200 Subject: fix Makefiles --- 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 3985d14b..cd83c10d 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/nanomsg-0.5-beta/lib/libnanomsg.so +net_fa_LDFLAGS = $(STATIC_FLAGS) /fast_scratch/simianer/lfpe/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/nanomsg-0.5-beta/include -I/fast_scratch/simianer/lfpe/cppnanomsg +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 -- cgit v1.2.3