]> Creatis software - gdcm.git/commitdiff
* vtk/Makefile.am: vtkGdcmReader.h should now be cleany installed
authorfrog <frog>
Thu, 3 Jul 2003 16:25:35 +0000 (16:25 +0000)
committerfrog <frog>
Thu, 3 Jul 2003 16:25:35 +0000 (16:25 +0000)
        when using make instal.

ChangeLog
Doc/DoxyInstallation.txt
vtk/Makefile.am

index 58713f3d00df8abd361a96942213d51c3409c4b3..a806cbb1fbb4f3a54efdbbf721867b155b14b9e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-03  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
+      * vtk/Makefile.am: vtkGdcmReader.h should now be cleany installed
+        when using make instal.
+
 2003-07-03  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
       * setup.py : adding include dir of jpeg lib to compile all sources
       * */Win32/*.dsp : JPR fix for windows compilation
index c1c107fc5760f6c49d77942720a79b1252ebc21d..304e8cc0a9df02930b0059f6d05d0405c08bf455 100644 (file)
  *              <A HREF="http://www.doxygen.org/">doxygen</A>
  *              based documentation
  *        .
- *     - <TT>make</TT> (or <TT>make 'CFLAGS=-g</TT>...)
+ *     - <TT>make</TT>
  *     - <TT>make instal</TT>
  *     - As usual, you can optionnally:
  *       -# <TT>make clean</TT>
- *       -# <TT>make 'CFLAGS='</TT> if you are in hurry and want to omit
- *          "-g -O2" default flags
+ *       -# <TT>make CFLAGS='-g' CXXFLAGS='-DPUB_DICT_PATH=\"/usr/local/share/gdcm/\" -D__STDC_LIMIT_MACROS'</TT>
+ *        if you are in hurry and want to omit "-g -O2" default flags
  *       -# <TT>make snapshot</TT>
  *        .
  *     .
index 9cbbc97547a027d4786b31614fdd1682f8e77861..7a157e3020be37280e8a5203630c97017416d34e 100644 (file)
@@ -29,6 +29,8 @@ vtkgdcmdemo_LDADD = $(LDADD)
 lib_LTLIBRARIES = libvtkgdcm.la
 libvtkgdcm_la_SOURCES = vtkGdcmReader.cxx
 libvtkgdcm_la_LIBADD = $(LDADD)
+libvtkgdcmincludedir = $(includedir)
+libvtkgdcminclude_HEADERS = vtkGdcmReader.h
 
 else
 all: