On 9/29/05, Didier Casse <[EMAIL PROTECTED]> wrote: <snip> > Yes of course I ran autogen.sh again. I took a closer look and > realized that only > src/modules/calendar/images/Makefile is NOT created. Whereas > src/modules/calendar/Makefile and all others are altered by running > autogen.sh. > > The src/modules/calendar/images/Makefile remains unchanged. Strange!
not that strange at all! Autoconf doesn't know it needs to write that Makefile. Add it to configure.in, just like you did for the parent dir's Makefile. This instruction should be added to INSTALL.txt ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
