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 acb80c3..7edfb11 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.5.0.457.gab17608

Reply via email to