pkg: remove version from include/libstick-0.1/ libstick-0.1.y v0.1
authorStefan Huber <shuber@sthu.org>
Wed, 26 Nov 2014 23:25:13 +0000 (00:25 +0100)
committerStefan Huber <shuber@sthu.org>
Thu, 27 Nov 2014 10:51:29 +0000 (11:51 +0100)
commit44f4198b0d8076203f7247d3183037d5179b11d0
treedce53830a4a164c07f9c27167d24ef709e61d25b
parent887a578cf248bc847125debe72549913067b73ba
pkg: remove version from include/libstick-0.1/

Having the version number explicitly in the source tree in
include/libstick-0.1 is bad: We do not want to change include directives
when we change the version, but we only want to change PACKAGE_VERSION.
Also, we want to avoid name clashes for header filenames. Hence, we put
the headers in a subdir libstick/ in include/ and install libstick/ to
include/libstick-${PACKAGE_VERSION}/, which is returned by pkg-config
for cflags.
include/CMakeLists.txt
include/libstick/booleanmatrix.h [moved from include/libstick-0.1/booleanmatrix.h with 100% similarity]
include/libstick/booleanvector.h [moved from include/libstick-0.1/booleanvector.h with 100% similarity]
include/libstick/image.h [moved from include/libstick-0.1/image.h with 100% similarity]
include/libstick/persistence.h [moved from include/libstick-0.1/persistence.h with 100% similarity]
include/libstick/simplicialcomplex.h [moved from include/libstick-0.1/simplicialcomplex.h with 100% similarity]
tests/booleanmatrix.h
tests/booleanvector.h
tests/image.h
tests/persistence.h
tests/simplicialcomplex.h