Skip to content

install librosie.h into correct directory

rnxpyke requested to merge (removed):master into master

Currently the makefile puts the contents of librosie.h into /usr/include

That is, the FILE /usr/include, not the directory /usr/include/

The patch updates the makefile to place librosie.h into the correct place, /usr/include/librosie.h

Merge request reports