From: <ai...@us...> - 2009-02-05 00:55:27
|
Revision: 9454 http://plplot.svn.sourceforge.net/plplot/?rev=9454&view=rev Author: airwin Date: 2009-02-05 00:55:25 +0000 (Thu, 05 Feb 2009) Log Message: ----------- Do required internal changes for MJDtime to qsastime file name conversion. Improve how the #include of the header file for libqsastime is done for libplplot. Modified Paths: -------------- trunk/src/CMakeLists.txt trunk/src/plbox.c Modified: trunk/src/CMakeLists.txt =================================================================== --- trunk/src/CMakeLists.txt 2009-02-05 00:52:50 UTC (rev 9453) +++ trunk/src/CMakeLists.txt 2009-02-05 00:55:25 UTC (rev 9454) @@ -132,6 +132,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/include +${CMAKE_SOURCE_DIR}/lib/qsastime ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/include ) Modified: trunk/src/plbox.c =================================================================== --- trunk/src/plbox.c 2009-02-05 00:52:50 UTC (rev 9453) +++ trunk/src/plbox.c 2009-02-05 00:55:25 UTC (rev 9454) @@ -23,7 +23,7 @@ */ #include "plplotP.h" -#include "../lib/qsastime/MJDtime.h" +#include "qsastime.h" static PLFLT xlog[8] = { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |