Le 09/03/2016 09:56, Jean-Marc Lasgouttes a écrit :
AFAICS what you do does not test that the distributed LyX works with monolithic builds, but that the "make dist" machinery still works when configuring with monolithic builds. I tend to think that it is pointless.
But since I am fundamentally a nice person and I feel your distress, here is a patch.
JMarc
>From 29f683ae087f83c10f943b59b42092021a0d9565 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes <lasgout...@lyx.org> Date: Wed, 9 Mar 2016 10:52:16 +0100 Subject: [PATCH] Fix dist target when configured with monolithic build. --- src/frontends/qt4/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 6a46c5e..1c693e4 100644 --- a/src/frontends/qt4/Makefile.am +++ b/src/frontends/qt4/Makefile.am @@ -374,6 +374,6 @@ liblyxqt4_a_SOURCES = \ $(MOCHEADER) \ $(NOMOCHEADER) -EXTRA_DIST = CMakeLists.txt $(UIFILES:%=ui/%) - endif + +EXTRA_DIST = CMakeLists.txt $(UIFILES:%=ui/%) -- 1.7.9.5