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.
This commit is contained in:
parent
2ab7c3ac11
commit
ff17b366a0
@ -54,7 +54,6 @@ SOURCEFILES = \
|
|||||||
ButtonPolicy.h \
|
ButtonPolicy.h \
|
||||||
Dialog.cpp \
|
Dialog.cpp \
|
||||||
Dialog.h \
|
Dialog.h \
|
||||||
Resources.cpp \
|
|
||||||
Action.cpp \
|
Action.cpp \
|
||||||
BulletsModule.cpp \
|
BulletsModule.cpp \
|
||||||
ButtonController.cpp \
|
ButtonController.cpp \
|
||||||
@ -353,6 +352,7 @@ UIFILES = \
|
|||||||
VSpaceUi.ui \
|
VSpaceUi.ui \
|
||||||
WrapUi.ui
|
WrapUi.ui
|
||||||
|
|
||||||
|
nodist_liblyxqt4_a_SOURCES = Resources.cpp
|
||||||
|
|
||||||
liblyxqt4.cpp:
|
liblyxqt4.cpp:
|
||||||
@echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@
|
@echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@
|
||||||
|
Loading…
Reference in New Issue
Block a user