Hello. On 09/25/2013 12:56 PM, Daniel Juyung Seo wrote: > Hi Stefan, thanks for the fix. > > Btw, I don't know how tarball creation works, can you explain why this is > needed?
When you run make distcheck autotools prepares the current code for a release. On on the steps is to package it up into a tarball and run configure and make inside. That means all files that are not listed correctly in Makefile.am are not included in the tarball. If these are needed for the actual build it will fail. In this case the png file have been simply missed to put in EXTRA_DIST. No big deal but better to find and fix these things early instead of waiting months until release time and then deal with it while other things are more important. We have make distcheck running on our nightly build jobs on jenkins. That's how I spot them. regards Stefan Schmidt ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel