diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-12-11 18:52:08 -0500 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-12-11 18:52:08 -0500 |
commit | 09e9a08a69401a47b9494312fa073db86b50cccf (patch) | |
tree | 3b9f786775554574efebd9c75bde349c565cfe4b /Makefile.am | |
parent | 2b30e44c7845c0e9fccbf2fc0ea535a0c5322d60 (diff) | |
parent | 8fb14af5dfb8032e2fb4fe6e94ed983baf39de0b (diff) |
Merge branch 'const_reorder_no_state' into const_reorder_2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 88327477..a2d2f332 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,4 +21,3 @@ EXTRA_DIST = corpus tests python/cdec python/tests python/examples compound-spli AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -D_GLIBCXX_PARALLEL -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall - |