Le 13/04/2016 21:27, Jean-Marc Lasgouttes a écrit :
It is indeed in SOURCEFILES, and it had been there all the time. I guess
it should be removed, but with care.
Do you build before doing "make dist"?
I'd say that this patch is all we need.
JMarc
>From 6c3c0cf94d114e3c483e49e694ed913d367ea964 Mon Sep 17 00:00:00 2001
From: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date: Fri, 15 Apr 2016 16:16:07 +0200
Subject: [PATCH] Resources.cpp is a built source, it should not be in
SOURCEFILES
We want to avoid that Resources.cpp be distributed in the tar file.
---
src/frontends/qt4/Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am
index 1c693e4..631eade 100644
--- a/src/frontends/qt4/Makefile.am
+++ b/src/frontends/qt4/Makefile.am
@@ -54,7 +54,6 @@ SOURCEFILES = \
ButtonPolicy.h \
Dialog.cpp \
Dialog.h \
- Resources.cpp \
Action.cpp \
BulletsModule.cpp \
ButtonController.cpp \
--
2.5.0