]> git.lyx.org Git - features.git/commitdiff
Resurrect trunk make dist from dead #2.
authorPavel Sanda <sanda@lyx.org>
Sat, 9 Feb 2008 18:04:14 +0000 (18:04 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 9 Feb 2008 18:04:14 +0000 (18:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22903 a592a061-630c-0410-9148-cb99ea01b6c8

src/Makefile.am

index f19da7cfa6efe329037e935b5b23468c438fbe4e..0b4203424d232686c5191b1100fba1e5c29dc98d 100644 (file)
@@ -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