fix distcheck on couple packages, problems with EXTRA_DIST
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 20 Apr 2009 13:38:49 +0000 (13:38 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 20 Apr 2009 13:38:49 +0000 (13:38 +0000)
commit0e9abc31f352564f9fc7083c6227574d4bafb6b8
tree73d371039606540039d90b0f343b8631baa57a65
parent9dde4b37b281341eb1c2bcf0ae7e15dfe0fcf77c
fix distcheck on couple packages, problems with EXTRA_DIST

Do NOT include dirs in EXTRA_DIST (embryo, eet, ecore, evas, edje,
efreet) as it will include .svn directories!

EXTRA_DIST does not take a glob as ETK did, use $(wildcard glob) to
expand it.

And do not forget about adding extra files to EXTRA_DIST (wizard) and
DIST_SUBDIRS (fileman_opinfo).

SVN revision: 40247
data/themes/images/Makefile.am
src/modules/Makefile.am
src/modules/wizard/Makefile.am