Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        Makefile.am 


Log Message:
Fix makefile.am for make distcheck.

===================================================================
RCS file: /cvs/e/e_modules/mail/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 27 Jun 2006 02:02:52 -0000      1.4
+++ Makefile.am 10 Jul 2006 15:10:42 -0000      1.5
@@ -1,7 +1,9 @@
 MAINTAINERCLEANFILES = Makefile.in mkinstalldirs
 
 EDJE_CC = @edje_cc@
-EDJE_FLAGS = -v
+EDJE_FLAGS = -v \
+-id $(top_srcdir) \
+-fd $(top_srcdir)
 
 # data files for the module
 filesdir =  $(datadir)
@@ -34,8 +36,8 @@
 
 mail.edj: Makefile mail.edc
         $(EDJE_CC) $(EDJE_FLAGS) \
-        mail.edc \
-        mail.edj
+        $(top_srcdir)/mail.edc \
+        $(top_builddir)/mail.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