libccd icon indicating copy to clipboard operation
libccd copied to clipboard

autotools install does not install header files.

Open stolk opened this issue 5 years ago • 0 comments

$ 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.

stolk avatar Oct 16 '20 20:10 stolk