diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-08-11 00:22:15 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-08-11 00:22:15 -0400 |
commit | a3cd6d3e39ff88f85325134e009b0f2a87e92d39 (patch) | |
tree | 90f2e4b99150063ac73062d7167c0a2d5ea10aa1 | |
parent | b2f4aef72ed5eddca9d47a38cfd1e845bbad5ffb (diff) |
fix removed makefile
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 10cd8fd9..821098b7 100644 --- a/configure.ac +++ b/configure.ac @@ -130,6 +130,7 @@ AC_CONFIG_FILES([gi/pyp-topics/src/Makefile]) AC_CONFIG_FILES([gi/clda/src/Makefile]) AC_CONFIG_FILES([gi/pf/Makefile]) AC_CONFIG_FILES([gi/markov_al/Makefile]) +AC_CONFIG_FILES([rst_parser/Makefile]) AC_CONFIG_FILES([python/setup.py],[chmod +x python/setup.py]) |