mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
remove lengthcommon.cpp and use it as a link from the upper dir
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23849 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6180809e9e
commit
7ef2816cd0
@ -39,6 +39,7 @@ LINKED_FILES = \
|
||||
../TextClass.cpp \
|
||||
../TextClass.h \
|
||||
../Lexer.cpp \
|
||||
../lengthcommon.cpp \
|
||||
../Color.cpp \
|
||||
../Color.h
|
||||
|
||||
@ -53,7 +54,6 @@ tex2lyx_SOURCES = \
|
||||
Font.cpp \
|
||||
Font.h \
|
||||
gettext.cpp \
|
||||
lengthcommon.cpp \
|
||||
Parser.cpp \
|
||||
Parser.h \
|
||||
tex2lyx.cpp \
|
||||
|
@ -1,13 +0,0 @@
|
||||
// This file is here sine the master lengthcommon.cpp contains gettext
|
||||
// markers, and also that this file does not always exist (in the linked
|
||||
// case). So it is possible for po/POTFILES.in to get out of sync.
|
||||
// The compile will then fail. So to make sure that this file
|
||||
//(tex2lyx/lengthcommon.cpp) is not present in POTFILES.in we do a
|
||||
// include trick. (Lgb)
|
||||
#include "../lengthcommon.cpp"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
||||
} // namespace lyx
|
Loading…
Reference in New Issue
Block a user