commit 31eba79b09006fb2f8a351500f6005a56a7973e0
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Wed Mar 9 10:52:16 2016 +0100

    Fix dist target when configured with monolithic build.

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/%)

Reply via email to