mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix scons and CmdDef.h for the introduction of CmdDef.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21094 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1a77c867a2
commit
1abe2423a0
@ -41,6 +41,7 @@ src_header_files = Split('''
|
||||
Bullet.h
|
||||
Changes.h
|
||||
Chktex.h
|
||||
CmdDef.h
|
||||
Color.h
|
||||
Converter.h
|
||||
ConverterCache.h
|
||||
@ -154,6 +155,7 @@ src_pre_files = Split('''
|
||||
Bullet.cpp
|
||||
Changes.cpp
|
||||
Chktex.cpp
|
||||
CmdDef.cpp
|
||||
Color.cpp
|
||||
Converter.cpp
|
||||
ConverterCache.cpp
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <deque>
|
||||
#include <map>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
Loading…
Reference in New Issue
Block a user