This is necceary for make distcheck to complete successfully using ghc 7.10
Signed-off-by: Bhimanavajjula Aditya <[email protected]> --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e0595ba..3314f9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -303,6 +303,8 @@ CLEANFILES = \ $(addsuffix /*.py[co],$(DIRS)) \ $(addsuffix /*.hi,$(HS_DIRS)) \ $(addsuffix /*.o,$(HS_DIRS)) \ + $(addsuffix /*.dyn_hi,$(HS_DIRS)) \ + $(addsuffix /*.dyn_o,$(HS_DIRS)) \ $(addsuffix /*.$(HTEST_SUFFIX)_hi,$(HS_DIRS)) \ $(addsuffix /*.$(HTEST_SUFFIX)_o,$(HS_DIRS)) \ $(HASKELL_PACKAGE_VERSIONS_FILE) \ -- 2.6.0.rc0.131.gf624c3d
