mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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.
(cherry picked from commit ff17b366a0
)
This commit is contained in:
parent
631098367e
commit
57cb454fbe
@ -54,7 +54,6 @@ SOURCEFILES = \
|
||||
ButtonPolicy.h \
|
||||
Dialog.cpp \
|
||||
Dialog.h \
|
||||
Resources.cpp \
|
||||
Action.cpp \
|
||||
BulletsModule.cpp \
|
||||
ButtonController.cpp \
|
||||
@ -357,6 +356,7 @@ UIFILES = \
|
||||
VSpaceUi.ui \
|
||||
WrapUi.ui
|
||||
|
||||
nodist_liblyxqt4_a_SOURCES = Resources.cpp
|
||||
|
||||
liblyxqt4.cpp:
|
||||
@echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@
|
||||
|
@ -211,4 +211,6 @@ What's new
|
||||
- Give a warning when system boost and stdlib-debug are used together
|
||||
(bug 9736).
|
||||
|
||||
- Correct Mac OS X package build script (10.11 SDK for Xcode 7 + El Capitan)
|
||||
- Correct Mac OS X package build script (10.11 SDK for Xcode 7 + El Capitan).
|
||||
|
||||
- Remove build file Resources.cpp from distribution (3.9M unpacked).
|
||||
|
Loading…
Reference in New Issue
Block a user