Skip to content

Makefile fixes

Sijmen J. Mulder requested to merge sjmulder/mustach:pr/makefile-2 into master

Sorry, I have not been careful with the previous Makefile PR and made some mistakes which I here correct. I've now tested that code can be built against the installed version.

  • Rename mustach.so to libmustach.so so the linker can find it
  • Install headers so one can actually use the library

Also a minor change: adding -ljson-c through LDLIBS since it's needed by all linking targets.

Merge request reports