mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
dd91a7f6b6
commit
2b6f6ed84f
@ -1056,6 +1056,7 @@ src_header_files = Split('''
|
||||
Thesaurus.h
|
||||
TocBackend.h
|
||||
ToolbarBackend.h
|
||||
UpdateFlags.h
|
||||
Variables.h
|
||||
WordLangTuple.h
|
||||
aspell_local.h
|
||||
|
@ -111,6 +111,7 @@ lyx_SOURCES = \
|
||||
Thesaurus.h \
|
||||
ToolbarBackend.C \
|
||||
ToolbarBackend.h \
|
||||
UpdateFlags.h \
|
||||
WordLangTuple.h \
|
||||
author.C \
|
||||
author.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user