diff examples/tank/Makefile.am @ 258:f24129d4f0f9

Files generated by tools should not part of EXTRA_DIST.
author Thinker K.F. Li <thinker@branda.to>
date Thu, 15 Jan 2009 17:00:58 +0800
parents cac9ad3df633
children c8b6ca46950b
line wrap: on
line diff
--- a/examples/tank/Makefile.am	Thu Jan 15 16:46:47 2009 +0800
+++ b/examples/tank/Makefile.am	Thu Jan 15 17:00:58 2009 +0800
@@ -23,7 +23,7 @@
 
 $(svg_sources:.c=.mb): %.mb: $(srcdir)/%.svg
 	$(top_srcdir)/tools/svg2code.py $? $@
-	
+
 svgs.h: $(svg_sources:.c=.h)
 	echo "#ifndef __SVGS_H_" > $@
 	echo "#define __SVGS_H_" >> $@