Update metadata to remove edje and fix distcheck

This commit is contained in:
Andy Williams 2016-01-06 22:52:56 +00:00
parent f3b41611de
commit 404adc74c0
2 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,6 @@
ajwillia.ms (Andy Williams) <andy@andywilliams.me> ajwillia.ms (Andy Williams) <andy@andywilliams.me>
much code and theming from much code and support from
digitalfallout and atmos digitalfallout and atmos
Many thanks to the e developers for all their help! Many thanks to the e developers for all their help!

View File

@ -29,7 +29,7 @@ PKG_PROG_PKG_CONFIG
### Checks for libraries ### Checks for libraries
PKG_CHECK_MODULES([EQUATE], [elementary edje ecore-evas ecore ecore-input evas >= 1.0.0]) PKG_CHECK_MODULES([EQUATE], [elementary ecore-evas ecore ecore-input evas >= 1.0.0])
### Checks for compiler characteristics ### Checks for compiler characteristics
@ -37,13 +37,10 @@ PKG_CHECK_MODULES([EQUATE], [elementary edje ecore-evas ecore ecore-input evas >
AC_HEADER_STDC AC_HEADER_STDC
EFL_WITH_BIN([edje], [edje-cc], [edje_cc])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
src/Makefile src/Makefile
data/Makefile data/Makefile
data/images/Makefile
]) ])
AC_OUTPUT AC_OUTPUT