etr / libhttpserver

C++ library for creating an embedded Rest HTTP server (and more)
GNU Lesser General Public License v2.1
882 stars 184 forks source link

fix broken install after #292 fix #303

Closed stuart-byma closed 1 year ago

stuart-byma commented 1 year ago

Identify the Bug

Relates to #293 and #292

Description of the Change

Add missing file to the Makefile so it gets installed.

Alternate Designs

N/A

Possible Drawbacks

N/A

Verification Process

Tested install locally.

Release Notes

N/A