X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=247d37b6a3686577367a5ddb3ade20ed43b3bd57;hb=d4f8fe124906af839a02d1ad3b7894e14fb69a37;hp=4364e251185ae27d58c2523e5293aa0cde6c646f;hpb=c46e1bdc9a4a9f8809f2024bd76cc54ccb509e6b;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index 4364e25118..247d37b6a3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,20 +31,12 @@ OTHERLIBS = $(BOOST_LIBS) $(LIBICONV) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@ $(SOC bin_PROGRAMS = lyx noinst_PROGRAMS = $(FRONTENDS_PROGS) -EXTRA_PROGRAMS = lyx-qt3 lyx-gtk lyx-qt4 - -lyx_qt3_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \ - frontends/qt3/libqt3.la $(LYX_POST_LIBS) $(OTHERLIBS) -lyx_qt3_SOURCES = main.C +EXTRA_PROGRAMS = lyx-qt4 lyx_qt4_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \ frontends/qt4/libqt4.la $(LYX_POST_LIBS) $(OTHERLIBS) lyx_qt4_SOURCES = main.C -lyx_gtk_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \ - frontends/gtk/libgtk.la $(LYX_POST_LIBS) $(OTHERLIBS) -lyx_gtk_SOURCES = main.C - lyx$(EXEEXT): $(FRONTENDS_PROGS) rm -f $@ $(LN_S) $< $@ @@ -72,8 +64,6 @@ lyx_SOURCES = \ Bidi.h \ BufferView.C \ BufferView.h \ - BufferView_pimpl.C \ - BufferView_pimpl.h \ Bullet.C \ Bullet.h \ BranchList.C \ @@ -82,6 +72,8 @@ lyx_SOURCES = \ Chktex.h \ Color.C \ Color.h \ + ConverterCache.C \ + ConverterCache.h \ CutAndPaste.C \ CutAndPaste.h \ DepTable.C \ @@ -119,6 +111,7 @@ lyx_SOURCES = \ Thesaurus.h \ ToolbarBackend.C \ ToolbarBackend.h \ + UpdateFlags.h \ WordLangTuple.h \ author.C \ author.h \ @@ -218,8 +211,6 @@ lyx_SOURCES = \ lyxrc.h \ lyxrow.C \ lyxrow.h \ - lyxrow_funcs.C \ - lyxrow_funcs.h \ lyxserver.C \ lyxserver.h \ lyxsocket.C \ @@ -245,13 +236,13 @@ lyx_SOURCES = \ output_docbook.h \ output_latex.C \ output_latex.h \ - output_linuxdoc.C \ - output_linuxdoc.h \ output_plaintext.C \ output_plaintext.h \ paper.h \ paragraph.C \ paragraph.h \ + ParagraphMetrics.C \ + ParagraphMetrics.h \ paragraph_funcs.C \ paragraph_funcs.h \ paragraph_pimpl.C \ @@ -275,6 +266,8 @@ lyx_SOURCES = \ text.C \ text2.C \ text3.C \ + TextMetrics.C \ + TextMetrics.h \ TocBackend.C \ TocBackend.h \ toc.C \