From: Georg Baum Date: Wed, 22 Nov 2006 20:13:02 +0000 (+0000) Subject: Add UpdateFlags.h to the build systems. X-Git-Tag: 1.6.10~11795 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2b6f6ed84f42b5b7d9355506a28b8d4460d99785;p=features.git Add UpdateFlags.h to the build systems. Add licence info to UpdateFlags.h. Note to the author of UpdateFlags.h: Please fix the author information, I don't know who wrote this file because not everybody used his own account. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16012 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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