stevenj / avr-libc3

A Fork of AVR-LIBC V2.0 from https://www.nongnu.org/avr-libc/
Other
33 stars 16 forks source link

io headers in `include/avr/legacyio` and `include/avr/io` do not get installed #7

Open burnpanck opened 4 years ago

burnpanck commented 4 years ago

... with make install.

It seems something like a SUBDIRS = io legacyio is missing in include/avr/Makefile.am. However, so far there is no autogenerated include/avr/io/Makefile.am to match the autogenerated io headers. I really don't know autoconf at all though, and my quick try with just SUBDIRS = legacyio did not lead to even just the legacy headers to be properly installed.