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
This commit is contained in:
Georg Baum 2006-11-22 20:13:02 +00:00
parent dd91a7f6b6
commit 2b6f6ed84f
3 changed files with 13 additions and 0 deletions

View File

@ -1056,6 +1056,7 @@ src_header_files = Split('''
Thesaurus.h
TocBackend.h
ToolbarBackend.h
UpdateFlags.h
Variables.h
WordLangTuple.h
aspell_local.h

View File

@ -111,6 +111,7 @@ lyx_SOURCES = \
Thesaurus.h \
ToolbarBackend.C \
ToolbarBackend.h \
UpdateFlags.h \
WordLangTuple.h \
author.C \
author.h \

View File

@ -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