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)
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

index 5905d6c..6a59baa 100644 (file)
@@ -391,7 +391,6 @@ icon_performance.png \
 icon_power_management.png \
 icon_profiles.png \
 icon_reboot.png \
-icon_regenerate_menus.png \
 icon_reset.png \
 icon_resize.png \
 icon_right_arrow.png \
index bcfd990..dcb345a 100644 (file)
@@ -262,6 +262,7 @@ start \
 exebuf \
 winlist \
 fileman \
+fileman_opinfo \
 wizard \
 conf \
 conf_wallpaper \
index 0ebdff5..d89c643 100644 (file)
@@ -6,7 +6,7 @@ filesdir = $(libdir)/enlightenment/modules/$(MODULE)
 files_DATA = \
 e-module-$(MODULE).edj module.desktop
 
-EXTRA_DIST = $(files_DATA)
+EXTRA_DIST = $(files_DATA) page_040.c page_050.c page_060.c
 
 # the module .so file
 INCLUDES               = -I. \