Enlightenment CVS committal

Author  : mekius
Project : e17
Module  : proto

Dir     : e17/proto/empower/src/bin


Modified Files:
        Makefile.am 


Log Message:
Add support for disabling/enabling each version of Empower.  This has been long 
requested, I've just been lazy :)

===================================================================
RCS file: /cvs/e/e17/proto/empower/src/bin/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 5 Apr 2006 17:25:36 -0000       1.3
+++ Makefile.am 10 Mar 2007 10:06:16 -0000      1.4
@@ -1,13 +1,13 @@
-if HAVE_EWL
-EWL_DIR = ewl
+if ENABLE_EWL
+    EWL_DIR = ewl
 else
-EWL_DIR = 
+    EWL_DIR = 
 endif
 
-if HAVE_ETK
-ETK_DIR = etk
+if ENABLE_ETK
+    ETK_DIR = etk
 else
-ETK_DIR =
+    ETK_DIR =
 endif
 
 SUBDIRS = $(EWL_DIR) $(ETK_DIR)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to