From cf570e0a8d5e257b8b8c2201e125a3139c11d557 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Thu, 21 Oct 2010 01:15:12 +0000 Subject: [PATCH] update .am files git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35742 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/Makefile.am | 2 ++ src/support/Makefile.am | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 83c940e206..03d8423909 100644 --- a/src/frontends/qt4/Makefile.am +++ b/src/frontends/qt4/Makefile.am @@ -132,6 +132,7 @@ SOURCEFILES = \ GuiWorkArea.cpp \ GuiWrap.cpp \ IconPalette.cpp \ + InGuiThread.cpp \ InsertTableWidget.cpp \ InsetParamsDialog.cpp \ InsetParamsWidget.cpp \ @@ -237,6 +238,7 @@ MOCHEADER = \ GuiWorkArea.h \ GuiWrap.h \ IconPalette.h \ + InGuiThread.h \ InsertTableWidget.h \ InsetParamsDialog.h \ InsetParamsWidget.h \ diff --git a/src/support/Makefile.am b/src/support/Makefile.am index a60554dafd..a6287330b4 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -61,8 +61,6 @@ liblyxsupport_a_SOURCES = \ gettext.h \ gzstream.cpp \ gzstream.h \ - InGuiThread.h \ - InGuiThread.cpp \ kill.cpp \ lassert.h \ lassert.cpp \ -- 2.39.2