move the cleanfiles away from if to make it work without C++11
authorDaniel Kolesa <d.kolesa@samsung.com>
Thu, 31 Jul 2014 14:29:46 +0000 (15:29 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Thu, 31 Jul 2014 14:29:46 +0000 (15:29 +0100)
src/lib/Makefile.am

index 5e4786e..e47c11a 100644 (file)
@@ -1218,6 +1218,6 @@ nodist_includesunstable_HEADERS += \
             elm_web.eo.hh \
             elm_win.eo.hh
 
-CLEANFILES += $(nodist_includesunstable_HEADERS)
-
 endif
+
+CLEANFILES += $(nodist_includesunstable_HEADERS)