diff --git a/AUTHORS b/AUTHORS index 51608a1..97994d4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,6 @@ ajwillia.ms (Andy Williams) -much code and theming from +much code and support from digitalfallout and atmos Many thanks to the e developers for all their help! diff --git a/configure.ac b/configure.ac index 4999e38..bb0f8ff 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ PKG_PROG_PKG_CONFIG ### 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 @@ -37,13 +37,10 @@ PKG_CHECK_MODULES([EQUATE], [elementary edje ecore-evas ecore ecore-input evas > AC_HEADER_STDC -EFL_WITH_BIN([edje], [edje-cc], [edje_cc]) - AC_CONFIG_FILES([ Makefile src/Makefile data/Makefile -data/images/Makefile ]) AC_OUTPUT