diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2016-10-28 09:17:48 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2016-10-28 09:17:48 +0900 |
commit | 6fa262cc24a0c44247130a7c1011d013cf040ebe (patch) | |
tree | 4c363bd1dc63f45ec8cf3a473ea2b0ff0767e403 /Makefile.am | |
parent | b533f15880c7d51c3bdb499202dca858cf5b037a (diff) | |
download | efl-6fa262cc24a0c44247130a7c1011d013cf040ebe.tar.gz |
efl - fix build after bu5hman broke it with elm.h changes
fixes break added by d896e3efc542c66a651c1ba0e84f3d692981b89c
dont forget distclean!
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2e91197274..cf10724321 100644 --- a/Makefile.am +++ b/Makefile.am @@ -519,5 +519,4 @@ DISTCLEANFILES= \ ./src/lib/evil/Makefile \ ./src/lib/edje/Makefile \ ./src/lib/efl/Efl_Config.h \ -./src/lib/eina/eina_config.h \ -./src/lib/elementary/Elementary.h +./src/lib/eina/eina_config.h |