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:
José Matox 2008-03-20 13:20:18 +00:00
parent 6180809e9e
commit 7ef2816cd0
2 changed files with 1 additions and 14 deletions

View File

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

View File

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