? InstallExodusIncludes.diff
Index: Utilities/CMakeLists.txt
===================================================================
RCS file: /cvsroot/VTK/VTK/Utilities/CMakeLists.txt,v
retrieving revision 1.80
diff -u -8 -p -r1.80 CMakeLists.txt
--- Utilities/CMakeLists.txt	1 Dec 2009 13:29:19 -0000	1.80
+++ Utilities/CMakeLists.txt	22 Dec 2009 14:29:21 -0000
@@ -70,16 +70,17 @@ IF(NOT VTK_INSTALL_NO_DEVELOPMENT)
     vtk_jpeg.h
     vtk_png.h
     vtk_zlib.h
     vtk_gl2ps.h
     vtk_tiff.h
     vtk_freetype.h
     vtk_libxml2.h
     vtk_oggtheora.h
+    vtk_netcdf.h
     DESTINATION ${VTK_INSTALL_INCLUDE_DIR_CM24}
     COMPONENT Development
     )
 ENDIF(NOT VTK_INSTALL_NO_DEVELOPMENT)
 
 #-----------------------------------------------------------------------------
 # Check for stdarg problem on SGI.
 IF(NOT CMAKE_COMPILER_IS_GNUCXX)
Index: Utilities/vtkexodus2/CMakeLists.txt
===================================================================
RCS file: /cvsroot/VTK/VTK/Utilities/vtkexodus2/CMakeLists.txt,v
retrieving revision 1.9
diff -u -8 -p -r1.9 CMakeLists.txt
--- Utilities/vtkexodus2/CMakeLists.txt	16 Jan 2009 14:32:00 -0000	1.9
+++ Utilities/vtkexodus2/CMakeLists.txt	22 Dec 2009 14:29:21 -0000
@@ -209,17 +209,24 @@ ENDIF(VTK_LIBRARY_PROPERTIES)
 
 IF(NOT VTK_INSTALL_NO_LIBRARIES)
   INSTALL(TARGETS vtkexoIIc
     RUNTIME DESTINATION ${VTK_INSTALL_BIN_DIR_CM24} COMPONENT RuntimeLibraries
     LIBRARY DESTINATION ${VTK_INSTALL_LIB_DIR_CM24} COMPONENT RuntimeLibraries
     ARCHIVE DESTINATION ${VTK_INSTALL_LIB_DIR_CM24} COMPONENT Development)
 ENDIF(NOT VTK_INSTALL_NO_LIBRARIES)
 IF(NOT VTK_INSTALL_NO_DEVELOPMENT)
-#  INSTALL_FILES(${VTK_INSTALL_INCLUDE_DIR}/vtkexodus2 .h
+  INSTALL(FILES
+    include/exodusII.h
+    include/exodusII_ext.h
+    include/exodusII_int.h
+    include/vtk_exodus2_mangle.h
+    ${CMAKE_CURRENT_BINARY_DIR}/include/exodusII_cfg.h
+    DESTINATION ${VTK_INSTALL_INCLUDE_DIR_CM24}/vtkexodus2
+    COMPONENT Development)
 ENDIF(NOT VTK_INSTALL_NO_DEVELOPMENT)
 
 #INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
 
 # Turned off until ExoIICTests.cxx problem is fixed.
 #IF (BUILD_TESTING)
 #  ENABLE_TESTING()
 #  SUBDIRS(test)
