]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Alfredo's second patch
[lyx.git] / src / Makefile.am
index d211314c281f8bf06a02038afb51555870d4e2a5..ba22e54778ca1befa50438033d1528cf280d4823 100644 (file)
@@ -76,7 +76,6 @@ lyx_SOURCES = \
        ParagraphParameters.h \
        ParameterStruct.h \
        PrinterParams.h \
-       RowList.C \
        RowList.h \
        ShareContainer.h \
        Spacing.C \
@@ -85,8 +84,8 @@ lyx_SOURCES = \
        TextCache.h \
        Thesaurus.C \
        Thesaurus.h \
-       ToolbarDefaults.C \
-       ToolbarDefaults.h \
+       ToolbarBackend.C \
+       ToolbarBackend.h \
        WordLangTuple.h \
        aspell.C \
        aspell_local.h \
@@ -172,6 +171,8 @@ lyx_SOURCES = \
        lyxrc.h \
        lyxrow.C \
        lyxrow.h \
+       lyxrow_funcs.C \
+       lyxrow_funcs.h \
        lyxserver.C \
        lyxserver.h \
        lyxtext.h \
@@ -182,6 +183,8 @@ lyx_SOURCES = \
        lyxvc.C \
        lyxvc.h \
        main.C \
+       messages.C \
+       messages.h \
        metricsinfo.C \
        metricsinfo.h \
        paragraph.C \
@@ -210,6 +213,8 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
+       text_funcs.C \
+       text_funcs.h \
        toc.C \
        toc.h \
        trans.C \
@@ -239,8 +244,8 @@ lyx_main.o: lyx_main.C lyx_main.h config.h version.h \
        $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
          -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
 
-main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h support/os.h
-       $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
+messages.o: messages.C messages.h config.h LString.h support/filetools.h
+       $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/messages.C
 
 dist-hook:
        cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`