Added clock module - read notes at top of e_mod_main.c to try it out

SVN revision: 12274
devs/princeamd/enlightenment-0.17-elive
handyande 19 years ago committed by handyande
parent b4f2e2e030
commit 8d98eefed0
  1. 1
      configure.in
  2. 2
      src/bin/e_module.c
  3. 1
      src/modules/Makefile.am

@ -180,6 +180,7 @@ src/bin/Makefile
src/modules/Makefile
src/modules/test/Makefile
src/modules/ibar/Makefile
src/modules/clock/Makefile
src/modules/dropshadow/Makefile
data/Makefile
data/fonts/Makefile

@ -52,6 +52,8 @@ e_module_init(void)
if (m) e_module_enable(m);
m = e_module_new("dropshadow");
if (m) e_module_enable(m);
/* m = e_module_new("clock");
if (m) e_module_enable(m);*/
}
return 1;

@ -2,4 +2,5 @@ MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = \
test \
ibar \
clock \
dropshadow

Loading…
Cancel
Save