GNOME Bugzilla – Bug 400241
'make install' does not install composer/*.h files
Last modified: 2013-09-13 00:51:25 UTC
The plugin mail API header file mail/em-event.h now requires composer/e-msg-composer.h 'make install' does not install any of composer/*.h files. It should if the plugin mail API is to be used by other applications. In particular, mail-notification-4.0 fails to build because of this ommision -Joseph
Confirming.
Created attachment 85708 [details] [review] Proposed patch EMsgComposer is an opaque type, so I just replaced #include "composer/e-msg-composer.h" with struct _EMsgComposer;
*** Bug 421154 has been marked as a duplicate of this bug. ***
*** Bug 421682 has been marked as a duplicate of this bug. ***
Patch looks good. Please commit it to both STABLE and SVN HEAD.
Committed to Subversion trunk (revision 33375) and gnome-2-18 (revision 33376).