work on passing distcheck

SVN revision: 37201
This commit is contained in:
Carsten Haitzler 2008-10-27 06:46:01 +00:00
parent fb79f18ed9
commit d769a61c25
10 changed files with 48 additions and 24 deletions

View File

@ -3,6 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
profile.desktop \
icon.png \
e.src
filesdir = $(datadir)/enlightenment/data/config/default

View File

@ -3,6 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
profile.desktop \
icon.png \
e.src \
module.battery.src \
module.dropshadow.src \

View File

@ -3,6 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
profile.desktop \
icon.png \
e.src \
module.battery.src \
module.cpufreq.src \

View File

@ -3,6 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
profile.desktop \
icon.png \
e.src \
module.battery.src \
module.cpufreq.src \

View File

@ -3,6 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
profile.desktop \
icon.png \
e.src \
module.battery.src \
module.cpufreq.src \

View File

@ -3,6 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
profile.desktop \
icon.png \
e.src \
module.battery.src \
module.cpufreq.src \

View File

@ -441,6 +441,8 @@ src/modules/connman/Makefile
src/modules/connman/module.desktop
src/modules/illume/Makefile
src/modules/illume/module.desktop
src/modules/illume/keyboards/Makefile
src/modules/illume/dicts/Makefile
src/preload/Makefile
data/Makefile
data/images/Makefile

View File

@ -1,12 +1,14 @@
MAINTAINERCLEANFILES = Makefile.in
MODULE = illume
SUBDIRS = keyboards dicts
# data files for the module
filesdir = $(libdir)/enlightenment/modules/$(MODULE)
files_DATA = \
e-module-$(MODULE).edj module.desktop
EXTRA_DIST = $(files_DATA)
EXTRA_DIST = $(files_DATA) $(kbds_DATA) $(dicts_DATA)
# the module .so file
INCLUDES = -I. \
@ -73,28 +75,5 @@ wifiget_PROGRAMS = wifiget
wifiget_SOURCES = wifiget.c
wifiget_LDFLAGS =
kbdsdir = $(datadir)/keyboards
kbds_DATA = \
keyboards/ignore_built_in_keyboards \
keyboards/Default.kbd \
keyboards/alpha.png \
keyboards/Numbers.kbd \
keyboards/numeric.png \
keyboards/Terminal.kbd \
keyboards/qwerty.png \
keyboards/up.png \
keyboards/down.png \
keyboards/left.png \
keyboards/right.png \
keyboards/shift.png \
keyboards/tab.png \
keyboards/enter.png \
keyboards/backspace.png
dictsdir = $(datadir)/dicts
dicts_DATA = \
dicts/English_(US).dic \
dicts/English_(US)_Small.dic
uninstall:
rm -rf $(DESTDIR)$(libdir)/enlightenment/modules/$(MODULE)

View File

@ -0,0 +1,9 @@
MAINTAINERCLEANFILES = Makefile.in
MODULE = illume
filesdir = $(libdir)/enlightenment/modules/$(MODULE)/dicts
files_DATA = \
English_(US).dic \
English_(US)_Small.dic
EXTRA_DIST = $(files_DATA)

View File

@ -0,0 +1,22 @@
MAINTAINERCLEANFILES = Makefile.in
MODULE = illume
filesdir = $(libdir)/enlightenment/modules/$(MODULE)/keyboards
files_DATA = \
ignore_built_in_keyboards \
Default.kbd \
alpha.png \
Numbers.kbd \
numeric.png \
Terminal.kbd \
qwerty.png \
up.png \
down.png \
left.png \
right.png \
shift.png \
tab.png \
enter.png \
backspace.png
EXTRA_DIST = $(files_DATA)