Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : weather

Dir     : e_modules/weather


Modified Files:
        Makefile.am 


Log Message:
Fix makefile.am for make distcheck.

===================================================================
RCS file: /cvs/e/e_modules/weather/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 27 Jun 2006 02:38:07 -0000      1.8
+++ Makefile.am 10 Jul 2006 15:20:24 -0000      1.9
@@ -3,7 +3,9 @@
 SUBDIRS = images po
 
 EDJE_CC = @edje_cc@
-EDJE_FLAGS = -v -id images -fd fonts
+EDJE_FLAGS = -v \
+-id $(top_srcdir)/images \
+-fd $(top_srcdir)/fonts
 
 # data files for the module
 filesdir = $(datadir)
@@ -36,8 +38,8 @@
 
 weather.edj: Makefile weather.edc
         $(EDJE_CC) $(EDJE_FLAGS) \
-        weather.edc \
-        weather.edj
+        $(top_srcdir)/weather.edc \
+        $(top_builddir)/weather.edj
 
 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