From: frog Date: Thu, 3 Jul 2003 16:25:35 +0000 (+0000) Subject: * vtk/Makefile.am: vtkGdcmReader.h should now be cleany installed X-Git-Tag: Version0.3~9 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8e29016b1bb2c33803dfccffcbb9d0736c835f36;p=gdcm.git * vtk/Makefile.am: vtkGdcmReader.h should now be cleany installed when using make instal. --- diff --git a/ChangeLog b/ChangeLog index 58713f3d..a806cbb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-03 Eric Boix + * vtk/Makefile.am: vtkGdcmReader.h should now be cleany installed + when using make instal. + 2003-07-03 Benoit Regrain * setup.py : adding include dir of jpeg lib to compile all sources * */Win32/*.dsp : JPR fix for windows compilation diff --git a/Doc/DoxyInstallation.txt b/Doc/DoxyInstallation.txt index c1c107fc..304e8cc0 100644 --- a/Doc/DoxyInstallation.txt +++ b/Doc/DoxyInstallation.txt @@ -44,12 +44,12 @@ * doxygen * based documentation * . - * - make (or make 'CFLAGS=-g...) + * - make * - make instal * - As usual, you can optionnally: * -# make clean - * -# make 'CFLAGS=' if you are in hurry and want to omit - * "-g -O2" default flags + * -# make CFLAGS='-g' CXXFLAGS='-DPUB_DICT_PATH=\"/usr/local/share/gdcm/\" -D__STDC_LIMIT_MACROS' + * if you are in hurry and want to omit "-g -O2" default flags * -# make snapshot * . * . diff --git a/vtk/Makefile.am b/vtk/Makefile.am index 9cbbc975..7a157e30 100644 --- a/vtk/Makefile.am +++ b/vtk/Makefile.am @@ -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: