Enlightenment CVS committal

Author  : mekius
Project : e17
Module  : proto

Dir     : e17/proto/empower/src/bin


Modified Files:
        Makefile.am 


Log Message:
Added ewl/etk conditionals

===================================================================
RCS file: /cvs/e/e17/proto/empower/src/bin/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 4 Apr 2006 04:22:57 -0000       1.2
+++ Makefile.am 5 Apr 2006 17:25:36 -0000       1.3
@@ -1,3 +1,15 @@
-SUBDIRS = ewl
+if HAVE_EWL
+EWL_DIR = ewl
+else
+EWL_DIR = 
+endif
+
+if HAVE_ETK
+ETK_DIR = etk
+else
+ETK_DIR =
+endif
+
+SUBDIRS = $(EWL_DIR) $(ETK_DIR)
 
 MAINTAINERCLEANFILES = Makefile.in config.h.in




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to