Enlightenment CVS committal

Author  : iamsthitha
Project : e_modules
Module  : taskbar

Dir     : e_modules/taskbar/data/themes


Modified Files:
        Makefile.am 


Log Message:
Patch from Lut!n to make taskbar pass make dist


===================================================================
RCS file: /cvs/e/e_modules/taskbar/data/themes/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 8 Aug 2006 23:23:44 -0000       1.3
+++ Makefile.am 18 Aug 2006 22:34:42 -0000      1.4
@@ -1,23 +1,25 @@
 MAINTAINERCLEANFILES = Makefile.in
 
 EDJE_CC = @edje_cc@
-EDJE_FLAGS = -v -id images -fd fonts
+EDJE_FLAGS = -v \
+             -id $(top_srcdir)/data/themes/images \
+             -fd $(top_srcdir)/data/themes/fonts
 
 EXTRA_DIST = \
-taskbar.edc 
+taskbar.edc \
+$(wildcard fonts/*.ttf) \
+$(wildcard images/*.png) 
 
 filesdir = $(datadir)
 files_DATA = \
-fonts/VeraBd.ttf \
-taskbar.edj \
-taskbar.edc
+taskbar.edj
 
 taskbar.edj: Makefile $(EXTRA_DIST)
        $(EDJE_CC) $(EDJE_FLAGS) \
        $(top_srcdir)/data/themes/taskbar.edc \
        $(top_builddir)/data/themes/taskbar.edj
 
-clean:
+clean-local:
        rm -f taskbar.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