]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
bug 183
[lyx.git] / src / Makefile.am
index 014fb34378ae204174f79d21145e2803f1ff0223..3190ecc44985ad873ec1f24aafc64ae921fd4dc1 100644 (file)
@@ -13,7 +13,14 @@ lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(SIGC_LIBS) \
        $(PSPELL_LIBS) @AIKSAURUS_LIBS@
 
 #lyx_LDFLAGS=-Wl,-O1
-EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h version.C.in
+EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h version.C.in \
+       Sectioning.h \
+       Sectioning.C \
+       Variables.C \
+       Variables.h \
+       counters.C \
+       counters.h
 ETAGS_ARGS = --lang=c++
 BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES) @FRONTEND_INCLUDES@
@@ -43,6 +50,8 @@ lyx_SOURCES = \
        FontInfo.h \
        FontLoader.C \
        FontLoader.h \
+       FuncStatus.C \
+       FuncStatus.h \
        LColor.C \
        LColor.h \
        LString.h \
@@ -67,8 +76,6 @@ lyx_SOURCES = \
        ParagraphParameters.h \
        ParameterStruct.h \
        PrinterParams.h \
-       Sectioning.h \
-       Sectioning.C \
        ShareContainer.h \
        Spacing.C \
        Spacing.h \
@@ -80,12 +87,12 @@ lyx_SOURCES = \
        ToolbarDefaults.h \
        UpdateInset.C \
        UpdateInset.h \
-       Variables.C \
-       Variables.h \
        WorkArea.C \
        WorkArea.h \
        XFormsView.C \
        XFormsView.h \
+       box.h \
+       box.C \
        broken_headers.h \
        buffer.C \
        buffer.h \
@@ -101,8 +108,6 @@ lyx_SOURCES = \
        config.h.in \
        converter.C \
        converter.h \
-       counters.C \
-       counters.h \
        debug.C \
        debug.h \
        encoding.C \
@@ -116,7 +121,6 @@ lyx_SOURCES = \
        figureForm.h \
        font.C \
        font.h \
-       func_status.h \
        gettext.C \
        gettext.h \
        importer.C \
@@ -133,8 +137,9 @@ lyx_SOURCES = \
        language.h \
        lastfiles.C \
        lastfiles.h \
-       layout.C \
        layout.h \
+       lengthcommon.C \
+       lengthcommon.h \
        lyx_cb.C \
        lyx_cb.h \
        lyx_gui.C \
@@ -153,6 +158,12 @@ lyx_SOURCES = \
        lyxfind.h \
        lyxfunc.C \
        lyxfunc.h \
+       lyxgluelength.C \
+       lyxgluelength.h \
+       lyxlayout.C \
+       lyxlayout.h \
+       lyxlength.C \
+       lyxlength.h \
        lyxlex.C \
        lyxlex.h \
        lyxlex_pimpl.C \
@@ -167,6 +178,10 @@ lyx_SOURCES = \
        lyxserver.C \
        lyxserver.h \
        lyxtext.h \
+       lyxtextclass.C \
+       lyxtextclass.h \
+       lyxtextclasslist.C \
+       lyxtextclasslist.h \
        lyxvc.C \
        lyxvc.h \
        main.C \
@@ -190,6 +205,8 @@ lyx_SOURCES = \
        tabular.C \
        tabular.h \
        tabular-old.C \
+       tabular_funcs.C \
+       tabular_funcs.h \
        tex-accent.C \
        tex-accent.h \
        tex-strings.C \