Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir     : e_modules/net


Modified Files:
        Makefile.am 
Removed Files:
        eth_dev.png 


Log Message:
Net module now does make distcheck and make install properly, not installing
needless pngs anymore.

===================================================================
RCS file: /cvs/e/e_modules/net/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 10 Jul 2006 15:06:34 -0000      1.7
+++ Makefile.am 14 Jul 2006 18:09:27 -0000      1.8
@@ -10,10 +10,11 @@
 # data files for the module
 filesdir = $(datadir)
 
-files_DATA = module_icon.png module.eap net.edj net.edc VeraMono.ttf \
-             $(wildcard tx*.png) $(wildcard rx*.png)
+files_DATA = module_icon.png \
+                       module.eap \
+                       net.edj
 
-EXTRA_DIST=$(files_DATA) eth_dev.png module_icon.png e_modules-net.spec 
e_modules-net.spec.in
+EXTRA_DIST=$(files_DATA) e_modules-net.spec
 
 # the module .so file
 INCLUDES = -I. \
@@ -29,12 +30,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)/net.edj
 
-net.edj: Makefile net.edc
-        $(EDJE_CC) $(EDJE_FLAGS) \
-        $(top_srcdir)/net.edc \
-        $(top_builddir)/net.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