GNOME Bugzilla – Bug 665938
Do not dist gir_DATA
Last modified: 2011-12-12 16:09:38 UTC
Attaching patch for the 0.1.x branch.
Created attachment 203205 [details] [review] Do not dist gir_DATA GIR files contain a shared-library attribute which varies per platform, and therefore must not be disted; see bug 621611 for rationale. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Review of attachment 203205 [details] [review]: Patch accepted. I've changed also Makefile.am to remove the .gir files so 'make distcheck' doesn't complain.
commit ddc6b4fd62ffe3f5fe1d45a2441c30a2ec85b222 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Date: Sat Dec 10 22:54:42 2011 -0600 Do not dist gir_DATA GIR files contain a shared-library attribute which varies per platform, and therefore must not be disted; see bug 621611 for rationale. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=665938 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> libs/net/Makefile.am | 4 +++- src/Makefile.am | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-)