Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir     : e_modules/net


Modified Files:
        Makefile.am 


Log Message:
Fix Makefile.am for make distcheck.

===================================================================
RCS file: /cvs/e/e_modules/net/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 27 Jun 2006 02:27:09 -0000      1.6
+++ Makefile.am 10 Jul 2006 15:06:34 -0000      1.7
@@ -3,7 +3,9 @@
 SUBDIRS = po
 
 EDJE_CC = @edje_cc@
-EDJE_FLAGS = -v
+EDJE_FLAGS = -v \
+-id $(top_srcdir) \
+-fd $(top_srcdir)
 
 # data files for the module
 filesdir = $(datadir)
@@ -31,8 +33,8 @@
 
 net.edj: Makefile net.edc
         $(EDJE_CC) $(EDJE_FLAGS) \
-        net.edc \
-        net.edj
+        $(top_srcdir)/net.edc \
+        $(top_builddir)/net.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