From 5e768ab8424a1d87e1963998787a63b4d6280729 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 21 Mar 2008 14:05:41 +0000 Subject: [PATCH] Next attempt to sanitize make dist. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23866 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Makefile.am | 2 ++ src/frontends/Makefile.am | 1 + src/support/Makefile.am | 3 +++ 3 files changed, 6 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 3513d3b0db..4e95f8a4d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -185,6 +185,7 @@ HEADERFILESCORE = \ CmdDef.h \ ColorCode.h \ Color.h \ + CompletionList.h \ config.h.in \ ConverterCache.h \ Converter.h \ @@ -443,6 +444,7 @@ HEADERFILESMATHED = \ mathed/MathAtom.h \ mathed/MathAutoCorrect.h \ mathed/MathData.h \ + mathed/MathCompletionList.h \ mathed/MathExtern.h \ mathed/MathFactory.h \ mathed/MathGridInfo.h \ diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index bf19075192..c31e39d347 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -13,6 +13,7 @@ liblyxfrontends_la_SOURCES = \ Application.h \ FontLoader.h \ FontMetrics.h \ + Delegates.h \ KeyModifier.h \ KeySymbol.h \ LyXView.h \ diff --git a/src/support/Makefile.am b/src/support/Makefile.am index daa62e532b..8354f76bf0 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -57,8 +57,10 @@ liblyxsupport_la_SOURCES = \ FileFilterList.h \ FileName.cpp \ FileName.h \ + FileNameList.h \ filetools.cpp \ filetools.h \ + FileZipListDir.h \ foreach.h \ ForkedCalls.cpp \ ForkedCalls.h \ @@ -102,6 +104,7 @@ liblyxsupport_la_SOURCES = \ userinfo.h \ unicode.cpp \ unicode.h \ + weighted_btree.h \ minizip/crypt.h \ minizip/ioapi.c \ minizip/ioapi.h \ -- 2.39.5