and actually build illume...

SVN revision: 37196
This commit is contained in:
Carsten Haitzler 2008-10-27 05:24:12 +00:00
parent f6a4c78591
commit d4c4d6403d
3 changed files with 5 additions and 2 deletions

View File

@ -439,6 +439,8 @@ src/modules/mixer/Makefile
src/modules/mixer/module.desktop
src/modules/connman/Makefile
src/modules/connman/module.desktop
src/modules/illume/Makefile
src/modules/illume/module.desktop
src/preload/Makefile
data/Makefile
data/images/Makefile

View File

@ -54,7 +54,8 @@ gadman \
mixer \
conf_window_remembers \
conf_scale \
connman
connman \
illume
if HAVE_TEMPERATURE
SUBDIRS += temperature

View File

@ -19,7 +19,7 @@ INCLUDES = -I. \
pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
pkg_LTLIBRARIES = module.la
module_la_SOURCES = e_mod_main.c \
e_mod_main.h
e_mod_main.h \
e_mod_layout.h \
e_mod_layout.c \
e_mod_win.h \