when using make instal.
+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
* <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>
* .
* .
lib_LTLIBRARIES = libvtkgdcm.la
libvtkgdcm_la_SOURCES = vtkGdcmReader.cxx
libvtkgdcm_la_LIBADD = $(LDADD)
+libvtkgdcmincludedir = $(includedir)
+libvtkgdcminclude_HEADERS = vtkGdcmReader.h
else
all: