diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-11-10 13:52:41 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-11-10 13:52:41 -0500 |
commit | 306b1cf23c73218093350b74e8dc9594b2286546 (patch) | |
tree | 4ba0c5a93cadc8f59d554c5861f4bb1132194aee /Makefile.am | |
parent | 10992003895a0c89e00033c8e20fdebb90ea8f77 (diff) |
mav fixes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 3438c0a4..008dc704 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,9 +18,7 @@ SUBDIRS = \ # extractor -#gi/pyp-topics/src gi/clda/src gi/posterior-regularisation/prjava - -EXTRA_DIST = corpus tests python/tests python/examples compound-split environment +EXTRA_DIST = corpus tests python/cdec python/tests python/examples compound-split environment AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -D_GLIBCXX_PARALLEL -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall |