trendmicro / tlsh

Other
726 stars 135 forks source link

Fix the make install target by adding the `version.h` in the installed files #103

Closed Dkapps closed 2 years ago

Dkapps commented 3 years ago

Proposed fix for the issue #91

If we do not want to remove the make install target for compatibility reason, we might as well own it and make it work properly.

I also added a way to build the shared lib version without having to modify cmake files as I feel the two modifications work in tandem

closes #91