Actions
Bug #17761
closedInstall location of header files in extension libraries
Bug #17761:
Install location of header files in extension libraries
Description
When installing an extension library which provides a header, that header should be installed under site_ruby (or vendor_ruby when "--vendor" option was given to extconf.rb).
However, currently this file is about to be installed in the core include directory.
Actions