From: Pavel Sanda Date: Sat, 9 Feb 2008 18:04:14 +0000 (+0000) Subject: Resurrect trunk make dist from dead #2. X-Git-Tag: 1.6.10~6350 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f89f724f1d4c1f1aa6d97e47d07731866151df3c;p=features.git Resurrect trunk make dist from dead #2. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22903 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Makefile.am b/src/Makefile.am index f19da7cfa6..0b4203424d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -277,11 +277,12 @@ STANDALONEFILES = \ Layout.cpp \ TextClass.cpp -if MONOLITHIC_CORE lyxcore.cpp: @echo -e '$(SOURCEFILESCORE:%=\n#include "%")\n' > $@ +if MONOLITHIC_CORE + BUILT_SOURCES += lyxcore.cpp $(STANDALONEFILES) CLEANFILES += lyxcore.cpp @@ -456,11 +457,11 @@ HEADERFILESMATHED = \ mathed/MathSupport.h \ mathed/TextPainter.h -if MONOLITHIC_MATHED - lyxmathed.cpp: @echo -e '$(SOURCEFILESMATHED:%=\n#include "%")\n' > $@ +if MONOLITHIC_MATHED + BUILT_SOURCES += lyxmathed.cpp CLEANFILES += lyxmathed.cpp @@ -596,11 +597,11 @@ HEADERFILESINSETS = \ # insets/InsetTheorem.cpp \ # insets/InsetTheorem.h -if MONOLITHIC_INSETS - lyxinsets.cpp: @echo -e '$(SOURCEFILESINSETS:%=\n#include "%")\n' > $@ +if MONOLITHIC_INSETS + BUILT_SOURCES += lyxinsets.cpp CLEANFILES += lyxinsets.cpp