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 | 0f9eae6d260ec1bd185fd4deff7b59539a51e4bc (patch) | |
tree | bd07d81bad55fad9246e6f89d2f6e80ab81f85e4 /Makefile.am | |
parent | 9e47c2cf7f04f95a6843893b0a757bbb53a67ef1 (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 |