From 1e5c519bb049c44ca4c55049764cfc3d30ea683b Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 31 Jul 2014 15:29:46 +0100 Subject: [PATCH] move the cleanfiles away from if to make it work without C++11 --- src/lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 5e4786e..e47c11a 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1218,6 +1218,6 @@ nodist_includesunstable_HEADERS += \ elm_web.eo.hh \ elm_win.eo.hh -CLEANFILES += $(nodist_includesunstable_HEADERS) - endif + +CLEANFILES += $(nodist_includesunstable_HEADERS) -- 2.7.4