Enlightenment CVS committal

Author  : mekius
Project : e17
Module  : proto

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


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/etk/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 4 Apr 2006 04:34:46 -0000       1.2
+++ Makefile.am 10 Mar 2007 10:06:17 -0000      1.3
@@ -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_etk
 
 empower_etk_SOURCES = empower.c \
@@ -13,6 +14,17 @@
 
 empower_etk_LDADD =  $(INTLLIBS) \
                @etk_libs@
+else
+bin_PROGRAMS = empower
+
+empower_SOURCES = empower.c \
+               empower_cb_etk.c empower_gui_etk.c
+
+empower_CFLAGS = @etk_cflags@
+
+empower_LDADD =  $(INTLLIBS) \
+               @etk_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