fix compile error

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1387 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
redpony 2007-05-15 23:11:17 +00:00
parent 4c2dcc23d7
commit 5c6e4850fc

View File

@ -1,5 +1,5 @@
bin_PROGRAMS = moses
moses_SOURCES = Main.cpp IOStream.cpp TranslationAnalysis.cpp
moses_SOURCES = Main.cpp mbr.cpp IOStream.cpp TranslationAnalysis.cpp
AM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DUSE_HYPO_POOL -I$(top_srcdir)/moses/src
moses_LDADD = -L$(top_srcdir)/moses/src -lmoses