Revert "edje: build again edje files needed for tests"
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 21 Apr 2016 02:10:12 +0000 (11:10 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 21 Apr 2016 02:15:33 +0000 (11:15 +0900)
This reverts commit 13b4a56ddc185a7c62bb0137a159ad57efb7b06d.

sorry cedric. this totally broke efl build. eo/eolian etc. is not
built before evas for example and so build totally falls apart.

yes - it makes no sense that this one change would cause that. it
doesnt make sense. but it did. :(

src/Makefile_Edje.am

index 95fee2e..a25592b 100644 (file)
@@ -305,7 +305,6 @@ EDJE_TEST_FILES = tests/edje/data/test_layout.edj \
 
 noinst_DATA += $(EDJE_TEST_FILES)
 CLEANFILES += $(EDJE_TEST_FILES)
-BUILT_SOURCES += $(EDJE_TEST_FILES)
 
 endif