Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : net

Dir     : e_modules/net


Modified Files:
        Makefile.am 


Log Message:
Right solution

===================================================================
RCS file: /cvs/e/e_modules/net/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- Makefile.am 13 Nov 2007 22:48:57 -0000      1.20
+++ Makefile.am 13 Nov 2007 22:51:08 -0000      1.21
@@ -5,6 +5,7 @@
 
 SUBDIRS = src po
 
+EDJE_CC = @edje_cc@
 EDJE_FLAGS = -v \
 -id $(top_srcdir)/images \
 -fd $(top_srcdir)/fonts
@@ -26,7 +27,7 @@
             images/idle.png         
 
 %.edj: %.edc
-       $(edje_cc) $(EDJE_FLAGS) $< $@
+       $(EDJE_CC) $(EDJE_FLAGS) $< $@
        
 clean-local:
        rm -rf net.edj *~



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to