Fixed issues with header installation.
authorTeemu Murtola <teemu.murtola@cbr.su.se>
Sun, 26 Dec 2010 17:24:01 +0000 (19:24 +0200)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Sun, 26 Dec 2010 17:24:01 +0000 (19:24 +0200)
commita9c1f097c8dacf208dca0e87288a0d5c0f6f1e87
tree6741fd2838c66b88691c03e03429467e1c26bd4f
parent4a8dfca6e6f3bdb5eed392f6c80682c1b8fba0bf
Fixed issues with header installation.

Header installation for the new C++ modules should now more or less
work.  Updated the lists of headers to be installed in CMakeLists.txt
files, and updated the #include statements in the installed headers to
use relative paths.
src/gromacs/analysisdata.h
src/gromacs/analysisdata/CMakeLists.txt
src/gromacs/analysisdata/abstractdata.h
src/gromacs/analysisdata/datamodule.h
src/gromacs/analysisdata/modules/CMakeLists.txt [new file with mode: 0644]
src/gromacs/selection/CMakeLists.txt
src/gromacs/trajectoryanalysis/CMakeLists.txt
src/gromacs/trajectoryanalysis/analysismodule.h
src/gromacs/trajectoryanalysis/analysissettings.h
src/gromacs/utility/CMakeLists.txt [new file with mode: 0644]