diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 98c2561e..08d1a5b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ -SUBDIRS = utils mteval decoder training vest extools gi/pyp-topics/src gi/clda/src gi/posterior-regularisation/prjava -AUTOMAKE_OPTIONS = foreign +# warning - the subdirectories in the following list should +# be kept in topologically sorted order. Also, DO NOT introduce +# cyclic dependencies between these directories! +SUBDIRS = utils mteval klm/util klm/lm decoder training vest extools gi/pyp-topics/src gi/clda/src gi/posterior-regularisation/prjava +AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -D_GLIBCXX_PARALLEL |