lsp-plugins / lsp-dsp-lib

DSP library for signal processing
GNU Lesser General Public License v3.0
71 stars 18 forks source link

1.0.3 does not install include dirs #17

Closed alex-tee closed 2 years ago

alex-tee commented 2 years ago

Looks like make install does not install the include dirs

alex-tee commented 2 years ago

actually it looks like they are not installed since 1.0.0

0.5.14 is the last release that installs the include dirs

sadko4u commented 2 years ago

Please try to use make install HEADERS=1 instead of make install. As far as I remember, I have introduced this option to not to pollute typical installations with header files.

sadko4u commented 2 years ago

Anyway, I think I need to move this option to make config.

alex-tee commented 2 years ago

Thanks, I think this should be on by default though. Every single library installs its headers when you run the install command with make/meson/cmake/waf/etc.

sadko4u commented 2 years ago

Just released 1.0.4 version with updated build scripts. Now should be fine for you. Please verify.

https://github.com/lsp-plugins/lsp-dsp-lib/releases/tag/1.0.4

alex-tee commented 2 years ago

it works, thanks!!