diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-20 00:59:55 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-01-20 00:59:55 -0500 |
commit | 839d7d32bd38ba5cbe9e0c1968a74ebf1cc1a368 (patch) | |
tree | 447740930d2a69d6ad36d767309ecb57d83f5052 /Makefile.am | |
parent | d89ea1e829d5f5cd5bee092091739907c642181c (diff) |
make sure distribution contains all required scripts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 17190d27..e720ae45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ SUBDIRS = \ #gi/pyp-topics/src gi/clda/src gi/posterior-regularisation/prjava -EXTRA_DIST = python/pkg python/src python/tests python/examples +EXTRA_DIST = corpus tests python/pkg python/src python/tests python/examples compound-split environment AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -D_GLIBCXX_PARALLEL |