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:
Jean-Marc Lasgouttes 2016-04-15 16:16:07 +02:00
parent 2ab7c3ac11
commit ff17b366a0

View File

@ -54,7 +54,6 @@ SOURCEFILES = \
ButtonPolicy.h \
Dialog.cpp \
Dialog.h \
Resources.cpp \
Action.cpp \
BulletsModule.cpp \
ButtonController.cpp \
@ -353,6 +352,7 @@ UIFILES = \
VSpaceUi.ui \
WrapUi.ui
nodist_liblyxqt4_a_SOURCES = Resources.cpp
liblyxqt4.cpp:
@echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@