Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : uptime

Dir     : e_modules/uptime


Modified Files:
        Makefile.am 


Log Message:
More generic edj compile in makefile.am.

===================================================================
RCS file: /cvs/e/e_modules/uptime/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- Makefile.am 14 Jul 2006 19:06:11 -0000      1.11
+++ Makefile.am 14 Jul 2006 19:06:39 -0000      1.12
@@ -37,10 +37,8 @@
 module_la_LDFLAGS      = -module -avoid-version
 module_la_DEPENDENCIES = $(top_builddir)/config.h
 
-uptime.edj: Makefile uptime.edc
-        $(EDJE_CC) $(EDJE_FLAGS) \
-        $(top_srcdir)/uptime.edc \
-        $(top_builddir)/uptime.edj
+%.edj:  %.edc
+       $(EDJE_CC) $(EDJE_FLAGS) $< $@
 
 clean-local:
         rm -rf *.edj *~




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to