Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mem

Dir     : e_modules/mem


Modified Files:
        Makefile.am mem.edc 
Removed Files:
        mem.png 


Log Message:
Mem module builds/installs correctly now:
    -make distcheck works
    -make install does not install needless pngs anymore.
    

===================================================================
RCS file: /cvs/e/e_modules/mem/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- Makefile.am 10 Jul 2006 17:41:11 -0000      1.11
+++ Makefile.am 14 Jul 2006 18:05:07 -0000      1.12
@@ -1,6 +1,5 @@
 MAINTAINERCLEANFILES = Makefile.in e_modules-mem.spec
 
-
 SUBDIRS = po
 
 EDJE_CC = @edje_cc@
@@ -11,10 +10,12 @@
 # data files for the module
 filesdir = $(datadir)
 
-files_DATA = module_icon.png module.eap mem.edj mem.edc \
-             DejaVuSansMono.ttf $(wildcard real*.png) $(wildcard swap*.png)
+files_DATA = module_icon.png \
+                       module.eap \
+                       mem.edj
 
-EXTRA_DIST=e_modules-mem.spec.in e_modules-mem.spec autogen.sh mem.png 
module_icon.png $(files_DATA)
+EXTRA_DIST= e_modules-mem.spec \
+                       $(files_DATA)
 
 # the module .so file
 INCLUDES = -I. \
@@ -43,12 +44,10 @@
                       
 module_la_LIBADD       = @e_libs@ @machdep_libs@
 module_la_LDFLAGS      = -module -avoid-version
-module_la_DEPENDENCIES = $(top_builddir)/config.h
+module_la_DEPENDENCIES = $(top_builddir)/config.h $(top_builddir)/mem.edj
 
-mem.edj: Makefile mem.edc
-        $(EDJE_CC) $(EDJE_FLAGS) \
-        $(top_srcdir)/mem.edc \
-        $(top_builddir)/mem.edj
+%.edj:  %.edc
+       $(EDJE_CC) $(EDJE_FLAGS) $< $@
 
 clean-local:
         rm -rf *.edj *~
===================================================================
RCS file: /cvs/e/e_modules/mem/mem.edc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- mem.edc     14 Jun 2006 14:15:39 -0000      1.15
+++ mem.edc     14 Jul 2006 18:05:07 -0000      1.16
@@ -1,6 +1,6 @@
 images
 {
-   image: "mem.png" COMP;
+   image: "module_icon.png" COMP;
    image: "real_00.png" COMP;
    image: "real_01.png" COMP;
    image: "real_02.png" COMP;
@@ -101,7 +101,7 @@
                         }
                       image
                         {
-                           normal: "mem.png";
+                           normal: "module_icon.png";
                         }
                       color: 255 255 255 192;
                    }




-------------------------------------------------------------------------
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