]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
character2.diff.gz
[lyx.git] / src / Makefile.am
index 6aa24829699674bdeb04e014d0ec1b9fa1a7013a..89bfd7189cc0a9489332926681065189afba2d65 100644 (file)
@@ -22,7 +22,6 @@ BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES) @FRONTEND_INCLUDES@
 localedir = $(datadir)/locale
 lyx_SOURCES = \
-       BackStack.h \
        BufferView.C \
        BufferView.h \
        BufferView2.C \
@@ -40,6 +39,7 @@ lyx_SOURCES = \
        DepTable.h \
        FloatList.C \
        FloatList.h \
+       Floating.C \
        Floating.h \
        FontInfo.C \
        FontInfo.h \
@@ -52,7 +52,6 @@ lyx_SOURCES = \
        LaTeX.h \
        LaTeXFeatures.C \
        LaTeXFeatures.h \
-       LaTeXLog.C \
        Lsstream.h \
        LyXAction.C \
        LyXAction.h \
@@ -73,8 +72,6 @@ lyx_SOURCES = \
        Spacing.h \
        TextCache.C \
        TextCache.h \
-       Timeout.C \
-       Timeout.h \
        ToolbarDefaults.C \
        ToolbarDefaults.h \
        UpdateInset.C \
@@ -83,7 +80,6 @@ lyx_SOURCES = \
        Variables.h \
        WorkArea.C \
        WorkArea.h \
-       bibforms.h \
        bmtable.c \
        bmtable.h \
        broken_headers.h \
@@ -140,10 +136,6 @@ lyx_SOURCES = \
        lastfiles.h \
        layout.C \
        layout.h \
-       layout_forms.C \
-       layout_forms.h \
-       log_form.C \
-       log_form.h \
        lyx.C \
        lyx.h \
        lyx_cb.C \
@@ -200,6 +192,7 @@ lyx_SOURCES = \
        stl_string_fwd.h \
        tabular.C \
        tabular.h \
+       tabular-old.C \
        tex-accent.C \
        tex-accent.h \
        tex-defs.h \
@@ -228,7 +221,7 @@ lyx_SOURCES = \
 lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
        lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
        bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
-       lyxserver.h layout.h gettext.h kbmap.h 
+       lyxserver.h layout.h gettext.h kbmap.h commandtags.h
        $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
          -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C