From ff17b366a05ff2c9e96b332917e4400de3481e7e Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 1c693e4453..e3f41bc12c 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 \ @@ -353,6 +352,7 @@ UIFILES = \ VSpaceUi.ui \ WrapUi.ui +nodist_liblyxqt4_a_SOURCES = Resources.cpp liblyxqt4.cpp: @echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@ -- 2.39.5