diff --git a/Makefile.am b/Makefile.am index da49de5..6f1bfa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,8 @@ files_DATA = module.desktop e-module-desksanity.edj # images/icon.png EXTRA_DIST = module.desktop.in \ e_modules-desksanity.spec.in \ e-module-desksanity.edc \ - epic-e-256.png + epic-e-256.png \ + win_shadow.png e-module-desksanity.edj: e-module-desksanity.edc $(EDJE_CC) -id $(top_srcdir) $< $@ diff --git a/configure.ac b/configure.ac index a003da9..4269323 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,4 @@ -dnl Process this file with autoconf to produce a configure script. - -# get rid of that stupid cache mechanism -rm -f config.cache - -AC_INIT(desksanity, 0.6, zmike@enlightenment.org) +AC_INIT(desksanity, 1.0, zmike@enlightenment.org) AC_CONFIG_MACRO_DIR([m4]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(configure.ac)