Enlightenment CVS committal

Author  : iamsthitha
Project : e_modules
Module  : taskbar

Dir     : e_modules/taskbar/data/themes


Modified Files:
        Makefile.am 


Log Message:
This should fix things and make the theme compile properly


===================================================================
RCS file: /cvs/e/e_modules/taskbar/data/themes/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 22 Jun 2006 05:30:18 -0000      1.2
+++ Makefile.am 8 Aug 2006 23:23:44 -0000       1.3
@@ -3,19 +3,21 @@
 EDJE_CC = @edje_cc@
 EDJE_FLAGS = -v -id images -fd fonts
 
+EXTRA_DIST = \
+taskbar.edc 
+
 filesdir = $(datadir)
 files_DATA = \
 fonts/VeraBd.ttf \
-$(wildcard taskbar.ed?) \
-$(wildcard taskbar2.ed?)
-
-
-EXTRA_DIST = $(files_DATA) $(wildcard images/*.png)
+taskbar.edj \
+taskbar.edc
 
-%.edj:  %.edc
-       $(EDJE_CC) $(EDJE_FLAGS) $< $@
+taskbar.edj: Makefile $(EXTRA_DIST)
+       $(EDJE_CC) $(EDJE_FLAGS) \
+       $(top_srcdir)/data/themes/taskbar.edc \
+       $(top_builddir)/data/themes/taskbar.edj
 
-clean-local:
-       rm -f *.edj
+clean:
+       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