summaryrefslogtreecommitdiff
path: root/decoder/Makefile.am
diff options
context:
space:
mode:
authorsimianer <simianer@lemmy.cl.uni-heidelberg.de>2016-05-03 12:52:03 +0200
committersimianer <simianer@lemmy.cl.uni-heidelberg.de>2016-05-03 12:52:03 +0200
commitce655a6544c56d3a70ee4f0a4d4b199a170f2e88 (patch)
treeea54887e35b539691df4d7a210ab8615f0224b7c /decoder/Makefile.am
parente96dfde0014c552922e866a56b31335ff894b8a0 (diff)
move
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r--decoder/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am
index 0b06bff9..bcdc34ed 100644
--- a/decoder/Makefile.am
+++ b/decoder/Makefile.am
@@ -27,9 +27,9 @@ minimal_decoder_SOURCES = minimal_decoder.cc
minimal_decoder_LDADD = libcdec.a ../utils/libutils.a
network_decoder_SOURCES = network_decoder.cc nn.hpp
-network_decoder_LDADD = libcdec.a ../klm/search/libksearch.a ../mteval/libmteval.a ../utils/libutils.a ../klm/lm/libklm.a ../klm/util/libklm_util.a ../klm/util/double-conversion/libklm_util_double.a /fast_scratch/simianer/lfpe/lib/nanomsg-0.5-beta/lib/libnanomsg.so
+network_decoder_LDADD = libcdec.a ../klm/search/libksearch.a ../mteval/libmteval.a ../utils/libutils.a ../klm/lm/libklm.a ../klm/util/libklm_util.a ../klm/util/double-conversion/libklm_util_double.a /srv/postedit/lib/nanomsg-0.5-beta/lib/libnanomsg.so
-AM_CPPFLAGS = -DTEST_DATA=\"$(top_srcdir)/decoder/test_data\" -DBOOST_TEST_DYN_LINK -W -Wno-sign-compare -I$(top_srcdir) -I$(top_srcdir)/mteval -I$(top_srcdir)/utils -I$(top_srcdir)/klm -I/fast_scratch/simianer/lfpe/lib/nanomsg-0.5-beta/include -I/fast_scratch/simianer/lfpe/lib/cppnanomsg
+AM_CPPFLAGS = -DTEST_DATA=\"$(top_srcdir)/decoder/test_data\" -DBOOST_TEST_DYN_LINK -W -Wno-sign-compare -I$(top_srcdir) -I$(top_srcdir)/mteval -I$(top_srcdir)/utils -I$(top_srcdir)/klm -I/srv/postedit/lib/nanomsg-0.5-beta/include -I/srv/postedit/lib/cppnanomsg
rule_lexer.cc: rule_lexer.ll
$(LEX) -s -CF -8 -o$@ $<