From: José Matox Date: Thu, 20 Mar 2008 13:20:18 +0000 (+0000) Subject: remove lengthcommon.cpp and use it as a link from the upper dir X-Git-Tag: 1.6.10~5534 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7ef2816cd0853c524b3335e3ceebd97a8c0f9207;p=features.git 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 --- diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index 38d3f9329a..d9571cbdaa 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -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 \ diff --git a/src/tex2lyx/lengthcommon.cpp b/src/tex2lyx/lengthcommon.cpp deleted file mode 100644 index 038621438b..0000000000 --- a/src/tex2lyx/lengthcommon.cpp +++ /dev/null @@ -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