GNOME Bugzilla – Bug 390161
in a builddir != srcdir environment, generated thumbnailer schemas not installed
Last modified: 2006-12-28 10:57:46 UTC
thumbnailer/Makefile.am says to install schemas from top_srcdir/thumbnailers, when they are actually generated during build and reside in top_builddir/thumbnailer
Created attachment 78962 [details] [review] change top_srcdir to top_builddir to get things moving again
Thanks, committed. 2006-12-28 Wouter Bolsterlee <wbolster@cvs.gnome.org> * thumbnailer/Makefile.am: Use top_builddir instead top_srcdir for generated schema file installation. Fixes bug #390161.