Makefile.in: don't pre-emptively include /usr/local/include
commitb36ed3f8c5c07dc2607c7ac33971345032c4bb54
authorrofl0r <rofl0r@users.noreply.github.com>
Tue, 4 Jan 2022 18:21:45 +0000 (4 18:21 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Tue, 4 Jan 2022 19:49:29 +0000 (4 19:49 +0000)
tree02ecc39e486536440ca407e373fb131d0a0160ba
parent8d0341ecb463530d4f8d6f26a7cdab03d6f6dd21
Makefile.in: don't pre-emptively include /usr/local/include

this is bad style and prevents cross-compilation if a user happens to
have one of the used headers installed in that location.
if a user uses libraries in non-system-default locations, the onus is
on him to add the respective CPPFLAGS/LDFLAGS when invoking configure.
Makefile.in