]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / Makefile.am
index f88b2f64dce6b54ba5088b2e0d72700b2adb81a7..88b1e11e4911978f29f01e3483b3e3841dc3ab09 100644 (file)
@@ -4,14 +4,15 @@ include $(top_srcdir)/config/common.am
 
 DISTCLEANFILES += config.h libintl.h
 
-MAINTAINERCLEANFILES += $(srcdir)/config.h.in
-
 AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
 
-SUBDIRS = support frontends tex2lyx client .
+if BUILD_CLIENT_SUBDIR
+CLIENT = client
+endif
+
+SUBDIRS = support frontends . $(CLIENT) tex2lyx
 
-EXTRA_DIST = config.h.in \
-       Section.h \
+EXTRA_DIST = Section.h \
        Section.cpp \
        Variables.cpp \
        Variables.h \
@@ -160,7 +161,6 @@ SOURCEFILESCORE = \
        TextClass.cpp \
        TextMetrics.cpp \
        TocBackend.cpp \
-       ToolbarBackend.cpp \
        Trans.cpp \
        Undo.cpp \
        VCBackend.cpp \
@@ -185,7 +185,6 @@ HEADERFILESCORE = \
        ColorCode.h \
        Color.h \
        CompletionList.h \
-       config.h.in \
        ConverterCache.h \
        Converter.h \
        CoordCache.h \
@@ -260,7 +259,6 @@ HEADERFILESCORE = \
        TextClass.h \
        TextMetrics.h \
        TocBackend.h \
-       ToolbarBackend.h \
        Trans.h \
        Undo.h \
        update_flags.h \
@@ -308,7 +306,6 @@ liblyxgraphics_la_SOURCES = \
        graphics/GraphicsParams.cpp \
        graphics/GraphicsParams.h \
        graphics/GraphicsTypes.h \
-       graphics/GraphicsTypes.cpp \
        graphics/PreviewImage.h \
        graphics/PreviewImage.cpp \
        graphics/PreviewLoader.h \
@@ -491,7 +488,6 @@ SOURCEFILESINSETS = \
        insets/InsetCollapsable.cpp \
        insets/InsetCommand.cpp \
        insets/InsetCommandParams.cpp \
-       insets/InsetEnvironment.cpp \
        insets/InsetERT.cpp \
        insets/InsetExternal.cpp \
        insets/InsetFlex.cpp \
@@ -546,7 +542,6 @@ HEADERFILESINSETS = \
        insets/InsetCommand.h \
        insets/InsetCommandParams.h \
        insets/InsetERT.h \
-       insets/InsetEnvironment.h \
        insets/InsetExternal.h \
        insets/InsetFlex.h \
        insets/InsetFloat.h \