linux-usb-gadgets / libusbgx

C library encapsulating the Linux kernel USB gadget configfs userspace API functionality
GNU General Public License v2.0
216 stars 72 forks source link

Header usbg/function/hid.h not installed #7

Closed Saiberion closed 7 years ago

Saiberion commented 7 years ago

The header file usbg/function/hid.h is missing from installation.

When HID functionality was added the source file was added to src/Makefile.am but the header file was forgotten in Makefile.am

kopasiak commented 7 years ago

Hi,

thank you very much for catching this. Could you please check if #8 works for you?

Saiberion commented 7 years ago

Yes this should work. In my case I only made the changes to Makefile.am to get a working version for my buildroot environment.

kopasiak commented 7 years ago

Fix merged. Thank you for reporting this issue.