DIGImend / hidrd

HID report descriptor I/O library and conversion tool
GNU General Public License v2.0
167 stars 29 forks source link

Autotools cleanups #7

Closed ao2 closed 9 years ago

ao2 commented 9 years ago

Hi Nikolai,

here are some autotools cleanups I had laying around: http://ao2.it/tmp/hidrd-autotools-cleanup.patch

You can apply the changes with git am.

There are still a few warnings with the current build files:

include/hidrd/usage/Makefile.am:22: warning: '%'-style pattern rules are a GNU make extension
lib/usage/Makefile.am:31: warning: '%'-style pattern rules are a GNU make extension

I am not sure if these are worth fixing.

Ciao, Antonio

spbnick commented 9 years ago

Thanks a lot, Antonio. I'll try to get around to this this week.

spbnick commented 9 years ago

These all seem fine. Pushed with only one typo in a commit subject fixed. Thank you very much, Antonio!