diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 5ede32897b..38d8cb323c 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1056,6 +1056,7 @@ src_header_files = Split(''' Thesaurus.h TocBackend.h ToolbarBackend.h + UpdateFlags.h Variables.h WordLangTuple.h aspell_local.h diff --git a/src/Makefile.am b/src/Makefile.am index dbe1fcee82..f129beea97 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -111,6 +111,7 @@ lyx_SOURCES = \ Thesaurus.h \ ToolbarBackend.C \ ToolbarBackend.h \ + UpdateFlags.h \ WordLangTuple.h \ author.C \ author.h \ diff --git a/src/UpdateFlags.h b/src/UpdateFlags.h index d4ee356c3f..25bb2af740 100644 --- a/src/UpdateFlags.h +++ b/src/UpdateFlags.h @@ -1,3 +1,14 @@ +// -*- C++ -*- +/** + * \file UpdateFlags.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author The Denmark Cowboys + * + * Full author contact details are available in file CREDITS. + */ + #ifndef UPDATE_FLAGS_H #define UPDATE_FLAGS_H