Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes


Modified Files:
        Makefile.am 


Log Message:
Use the current theme's name for the subdir to search for images.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 27 Jan 2004 06:06:35 -0000      1.2
+++ Makefile.am 27 Jan 2004 21:53:27 -0000      1.3
@@ -1,4 +1,4 @@
-#SUBDIRS = default
+SUBDIRS = default
 MAINTAINERCLEANFILES = Makefile.in
 
 EDCS =  default.edc
@@ -15,4 +15,4 @@
 
 SUFFIXES = .edc .eet
 .edc.eet:
-       edje_cc -v -id default/bits/images $< $@
+       edje_cc -v -id $(@:%.eet=%)/bits/images $< $@




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to