Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        Makefile.am 


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

===================================================================
RCS file: /cvs/e/e_modules/screenshot/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- Makefile.am 10 Jul 2006 17:39:59 -0000      1.15
+++ Makefile.am 14 Jul 2006 18:13:02 -0000      1.16
@@ -10,9 +10,11 @@
 # data files for the module
 filesdir =  $(datadir)
 
-files_DATA = module_icon.png module.eap screenshot.edj $(wildcard e17*.png)
+files_DATA = module_icon.png \
+                       module.eap \
+                       screenshot.edj
 
-EXTRA_DIST = $(files_DATA) screenshot.edc VeraBd.ttf e_modules-screenshot.spec
+EXTRA_DIST = $(files_DATA) e_modules-screenshot.spec
 
 # the module .so file
 INCLUDES = -I. \
@@ -28,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)/screenshot.edj
 
-screenshot.edj: Makefile screenshot.edc
-        $(EDJE_CC) $(EDJE_FLAGS) \
-        $(top_srcdir)/screenshot.edc \
-        $(top_builddir)/screenshot.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