Enlightenment CVS committal

Author  : mekius
Project : e17
Module  : proto

Dir     : e17/proto/empower/src/bin/ewl


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/ewl/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 4 Apr 2006 04:26:22 -0000       1.1
+++ Makefile.am 10 Mar 2007 10:06:17 -0000      1.2
@@ -4,6 +4,7 @@
 #-I$(top_srcdir) -I$(top_srcdir)/src/include -I$(top_srcdir)/src/lib \
 #-I$(top_builddir)/src/lib
 
+if BUILD_SEPARATE
 bin_PROGRAMS = empower_ewl
 
 empower_ewl_SOURCES = empower.c empower_cb_ewl.c empower_gui_ewl.c
@@ -12,6 +13,16 @@
 
 empower_ewl_LDADD =  $(INTLLIBS) \
                @ewl_libs@
+else
+bin_PROGRAMS = empower
+
+empower_SOURCES = empower.c empower_cb_ewl.c empower_gui_ewl.c
+
+empower_CFLAGS = @ewl_cflags@
+
+empower_LDADD =  $(INTLLIBS) \
+               @ewl_libs@
+endif 
 
 EXTRA_DIST = 
                



-------------------------------------------------------------------------
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