Export an extras dir for external modules
authorhandyande <handyande>
Wed, 30 Mar 2005 13:49:10 +0000 (13:49 +0000)
committerhandyande <handyande@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 30 Mar 2005 13:49:10 +0000 (13:49 +0000)
SVN revision: 14005

enlightenment-config.in
src/bin/e_module.c

index 6707a70..46bc9a3 100644 (file)
@@ -46,6 +46,10 @@ while test $# -gt 0; do
       libdirs="-L@libdir@ -le"
       echo $libdirs
       ;;
+    --module-dir)
+      dir="@libdir@/enlightenment/modules_extra"
+      echo $dir
+      ;;
     *)
       echo "${usage}" 1>&2
       exit 1
index f057a02..5e3fee0 100644 (file)
@@ -44,6 +44,7 @@ e_module_init(void)
    if (!_e_path_modules) return 0;
    e_path_path_append(_e_path_modules, "~/.e/e/modules");
    e_path_path_append(_e_path_modules, PACKAGE_LIB_DIR"/enlightenment/modules");
+   e_path_path_append(_e_path_modules, PACKAGE_LIB_DIR"/enlightenment/modules_extra");
    
    for (l = e_config->modules; l; l = l->next)
      {