This is a workaround for broken parallel install support in automake with LTLIBRARIES, see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7328 --- gtk/Makefile.am | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 0327d65..328c8d6 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -505,6 +505,11 @@ vncdisplaykeymap_win322xtkbd.c: if WITH_PYTHON pyexec_LTLIBRARIES = SpiceClientGtk.la +# workaround for broken parallel install support in automake with LTLIBRARIES +# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7328 +install_pyexecLTLIBRARIES = install-pyexecLTLIBRARIES +$(install_pyexecLTLIBRARIES): install-libLTLIBRARIES + SpiceClientGtk_la_LIBADD = libspice-client-gtk-2.0.la libspice-client-glib-2.0.la $(PYGTK_LIBS) SpiceClientGtk_la_CFLAGS = $(GTK_CFLAGS) $(PYTHON_INCLUDES) $(PYGTK_CFLAGS) $(WARN_PYFLAGS) SpiceClientGtk_la_LDFLAGS = -module -avoid-version -fPIC -- 1.7.8.5 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel