]> git.lyx.org Git - lyx.git/commitdiff
Resources.cpp is a built source, it should not be in SOURCEFILES
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 15 Apr 2016 14:16:07 +0000 (16:16 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 26 Apr 2016 22:59:30 +0000 (00:59 +0200)
We want to avoid that Resources.cpp be distributed in the tar file.

src/frontends/qt4/Makefile.am

index 1c693e4453cdad7feab9b9dac964f7d489b857cb..e3f41bc12cd510bfbce0806abe439706ea82f72c 100644 (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' > $@