GNOME Bugzilla – Bug 690973
Fix build with srcdir != builddir
Last modified: 2013-01-02 17:32:37 UTC
.
Created attachment 232493 [details] [review] Fix build with srcdir != builddir - $(srcdir) is relative to $(builddir), so you must not cd before using it. - src/ needs to reference libgdict include paths, or it cannot find gdict-enum-types.h, which is not in the same directory as gdict.h
Review of attachment 232493 [details] [review]: looks good
Attachment 232493 [details] pushed as eaacf80 - Fix build with srcdir != builddir