]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Fix fuer #209
[lyx.git] / src / Makefile.am
index f6ad0b87fa6d2c15049e1c9c6f1eb33b8197db00..3190ecc44985ad873ec1f24aafc64ae921fd4dc1 100644 (file)
@@ -50,6 +50,8 @@ lyx_SOURCES = \
        FontInfo.h \
        FontLoader.C \
        FontLoader.h \
+       FuncStatus.C \
+       FuncStatus.h \
        LColor.C \
        LColor.h \
        LString.h \
@@ -90,6 +92,7 @@ lyx_SOURCES = \
        XFormsView.C \
        XFormsView.h \
        box.h \
+       box.C \
        broken_headers.h \
        buffer.C \
        buffer.h \
@@ -118,7 +121,6 @@ lyx_SOURCES = \
        figureForm.h \
        font.C \
        font.h \
-       func_status.h \
        gettext.C \
        gettext.h \
        importer.C \
@@ -135,7 +137,6 @@ lyx_SOURCES = \
        language.h \
        lastfiles.C \
        lastfiles.h \
-       layout.C \
        layout.h \
        lengthcommon.C \
        lengthcommon.h \
@@ -159,6 +160,8 @@ lyx_SOURCES = \
        lyxfunc.h \
        lyxgluelength.C \
        lyxgluelength.h \
+       lyxlayout.C \
+       lyxlayout.h \
        lyxlength.C \
        lyxlength.h \
        lyxlex.C \
@@ -175,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 \
@@ -198,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 \