Theldus / wsServer

wsServer - a tiny WebSocket server library written in C
https://theldus.github.io/wsServer
GNU General Public License v3.0
422 stars 80 forks source link

Makefile: don't put DESTDIR in prefix/libdir path #78

Closed ejoerns closed 11 months ago

ejoerns commented 11 months ago

DESTDIR is a property of the build process and must not leak into the generated artifacts.

Theldus commented 11 months ago

Hi @ejoerns, Thanks for spotting this, merged.