diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-08-12 23:33:54 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-08-12 23:33:54 -0400 |
commit | 1807f30edc1ff02f908436d38cc8f5ca513c9908 (patch) | |
tree | 75fefabedddc2391aa556518cb0ce621a874fc59 | |
parent | da176941c1f481f14e93bd7d055cc29cac0ea8c8 (diff) |
remove extools
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4df72cff..24aafd63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,6 @@ SUBDIRS = \ pro-train \ rampion \ minrisk \ - extools \ gi/pf \ gi/markov_al \ rst_parser @@ -26,3 +25,4 @@ SUBDIRS = \ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -D_GLIBCXX_PARALLEL + diff --git a/configure.ac b/configure.ac index 3d21d5f0..ea9e84fb 100644 --- a/configure.ac +++ b/configure.ac @@ -113,7 +113,6 @@ CPPFLAGS="-DPIC -fPIC $CPPFLAGS -DHAVE_CONFIG_H" AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([utils/Makefile]) AC_CONFIG_FILES([mteval/Makefile]) -AC_CONFIG_FILES([extools/Makefile]) AC_CONFIG_FILES([decoder/Makefile]) AC_CONFIG_FILES([phrasinator/Makefile]) AC_CONFIG_FILES([training/Makefile]) |