stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=27df982d2b4880454ae4055e9bd44618086012b2
commit 27df982d2b4880454ae4055e9bd44618086012b2 Author: Stefan Schmidt <s.schm...@samsung.com> Date: Mon Jan 20 15:37:06 2014 +0100 theme: Add packagekit edc to fix make distcheck Adding it to EXTRA_DIST makes ure it gets packaged in the tarball and is available for a plain tarball build. --- data/themes/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index c70191d..cf87f0a 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -66,6 +66,7 @@ edc/menu.edc \ edc/mixer.edc \ edc/music_control.edc \ edc/notification.edc \ +edc/packagekit.edc \ edc/pager.edc \ edc/pager16.edc \ edc/pointer.edc \ --