danfis / libccd

Library for collision detection between two convex shapes
Other
478 stars 108 forks source link

autotools install does not install header files. #74

Open stolk opened 3 years ago

stolk commented 3 years ago
$ CC=clang-10 CXX=clang++-10 ./configure --prefix=/opt/libccd
$ make
...
$ sudo make install
...
$ ls -R /opt/libccd
/opt/libccd:
lib

/opt/libccd/lib:
libccd.a  libccd.la

I expect both the library and the header files to get installed.