Enlightenment CVS committal Author : devilhorns Project : e_modules Module : cpu
Dir : e_modules/cpu Modified Files: Makefile.am Log Message: Fix Makefile.am for make distcheck =================================================================== RCS file: /cvs/e/e_modules/cpu/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Makefile.am 4 Jun 2006 09:58:41 -0000 1.6 +++ Makefile.am 10 Jul 2006 15:07:50 -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) EXTRA_DIST = $(files_DATA) \ cpu.edc \ @@ -39,8 +41,8 @@ cpu.edj: Makefile cpu.edc $(EDJE_CC) $(EDJE_FLAGS) \ - cpu.edc \ - cpu.edj + $(top_srcdir)/cpu.edc \ + $(top_builddir)/cpu.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