Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : photo

Dir     : e_modules/photo/data/theme


Modified Files:
        Makefile.am 


Log Message:
patches from Lutin to pass distcheck

===================================================================
RCS file: /cvs/e/e_modules/photo/data/theme/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 7 Jul 2006 17:15:24 -0000       1.1
+++ Makefile.am 23 Sep 2006 12:09:57 -0000      1.2
@@ -2,8 +2,8 @@
 
 EDJE_CC = @edje_cc@
 EDJE_FLAGS = -v \
-       -id images \
-       -fd fonts
+       -id $(top_srcdir)/data/theme/images \
+       -fd $(top_srcdir)/data/theme/fonts
 
 EXTRA_DIST = \
 photo.edc \
@@ -16,7 +16,9 @@
 photo_popw.edc \
 photo_popw_parts.edc \
 photo_popw_programs.edc \
-photo_icon.edc
+photo_icon.edc \
+$(wildcard fonts/*.ttf) \
+$(wildcard images/*.png)
 
 filesdir = $(datadir)
 files_DATA = photo.edj
@@ -26,5 +28,5 @@
        $(top_srcdir)/data/theme/photo.edc \
        $(top_builddir)/data/theme/photo.edj
 
-clean:
+clean-local:
        rm -f photo.edj



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to