Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : eveil

Dir     : e_modules/eveil


Modified Files:
        Makefile.am 


Log Message:
Patch from Lut!n for make distcheck on eveil.

===================================================================
RCS file: /cvs/e/e_modules/eveil/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 12 Jun 2006 08:54:21 -0000      1.3
+++ Makefile.am 11 Jul 2006 06:32:27 -0000      1.4
@@ -3,12 +3,15 @@
 SUBDIRS = po
 
 EDJE_CC = @edje_cc@
-EDJE_FLAGS = -id . -fd $(srcdir)/fonts
+EDJE_FLAGS = -v \
+-id $(top_srcdir) \
+-fd $(top_srcdir)/fonts
 
 filesdir = $(datadir)
 files_DATA = module.eap \
                        $(wildcard eveil.ed?) \
-                       $(wildcard fonts/*.ttf)
+                       $(wildcard fonts/*.ttf) \
+                       $(wildcard images/*.png)
 
 EXTRA_DIST = $(files_DATA) e_modules-eveil.spec
 CONFIG_CLEAN_FILES = e_modules-eveil.spec eveil.edj
@@ -29,5 +32,11 @@
 module_la_LDFLAGS      = -module -avoid-version
 module_la_DEPENDENCIES = $(top_builddir)/config.h $(top_builddir)/eveil.edj
 
-%.edj:  %.edc
-       $(EDJE_CC) $(EDJE_FLAGS) $< $@
+eveil.edj: Makefile eveil.edc
+          $(EDJE_CC) $(EDJE_FLAGS) \
+          $(top_srcdir)/eveil.edc \
+          $(top_builddir)/eveil.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