Changeset 177
- Timestamp:
- 05/12/06 12:34:14 (2 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
configure.ac (modified) (1 diff)
-
src/MainPter.cxx (modified) (1 diff)
-
tests/DumbMainView.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r115 r177 43 43 dnl CPPUnit library 44 44 AM_PATH_CPPUNIT([1.10.2], CPPUNIT="yes") 45 AM_CONDITIONAL(build_tests, test "x$CPPUNIT" = "xyes" )45 AM_CONDITIONAL(build_tests, test "x$CPPUNIT" = "xyes" -a "x$enable_debug" = "xyes") 46 46 47 47 dnl Check for header files. -
trunk/src/MainPter.cxx
r159 r177 751 751 /// @brief Waits until a file is loaded. 752 752 /// 753 /// This is *only* useful for testing, don't use it. 754 /// 753 755 void 754 756 MainPter::waitForFileLoaded () -
trunk/tests/DumbMainView.cxx
r173 r177 17 17 18 18 #include <epdfview.h> 19 #include <stdlib.h> 19 20 #include "DumbFindView.h" 20 21 #include "DumbPageView.h"
