X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=89bfd7189cc0a9489332926681065189afba2d65;hb=f65b7ff4ab2fe8ad0d9196c231064240e3fde81f;hp=5c0f9c271478ed4b1cc00c45a8750015346172fe;hpb=26db00333da75fbbb43d1c31250c9ae482e931a1;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index 5c0f9c2714..89bfd7189c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ @@ -53,7 +52,6 @@ lyx_SOURCES = \ LaTeX.h \ LaTeXFeatures.C \ LaTeXFeatures.h \ - LaTeXLog.C \ Lsstream.h \ LyXAction.C \ LyXAction.h \ @@ -74,8 +72,6 @@ lyx_SOURCES = \ Spacing.h \ TextCache.C \ TextCache.h \ - Timeout.C \ - Timeout.h \ ToolbarDefaults.C \ ToolbarDefaults.h \ UpdateInset.C \ @@ -84,7 +80,6 @@ lyx_SOURCES = \ Variables.h \ WorkArea.C \ WorkArea.h \ - bibforms.h \ bmtable.c \ bmtable.h \ broken_headers.h \ @@ -141,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 \