Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        Makefile.am 


Log Message:
Mail module now does make distcheck correctly.
Make install does not install needless pngs anymore.

===================================================================
RCS file: /cvs/e/e_modules/mail/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 10 Jul 2006 15:52:51 -0000      1.6
+++ Makefile.am 14 Jul 2006 17:56:48 -0000      1.7
@@ -8,9 +8,11 @@
 # data files for the module
 filesdir =  $(datadir)
 
-files_DATA = newmail.png module_icon.png module.eap mail.edj
+files_DATA = module_icon.png \
+                       module.eap \
+                       mail.edj
 
-EXTRA_DIST = $(files_DATA) mail.edc VeraBd.ttf
+EXTRA_DIST = $(files_DATA)
 
 # the module .so file
 INCLUDES = -I. \
@@ -32,12 +34,10 @@
                         
 module_la_LIBADD       = @e_libs@
 module_la_LDFLAGS      = -module -avoid-version
-module_la_DEPENDENCIES = $(top_builddir)/config.h
+module_la_DEPENDENCIES = $(top_builddir)/config.h $(top_builddir)/mail.edj
 
-mail.edj: Makefile mail.edc
-        $(EDJE_CC) $(EDJE_FLAGS) \
-        $(top_srcdir)/mail.edc \
-        $(top_builddir)/mail.edj
+%.edj:  %.edc
+       $(EDJE_CC) $(EDJE_FLAGS) $< $@
 
 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