Make.inc.in: use relative include paths
authorMichael Stapelberg <stapelberg@debian.org>
Sun, 18 Sep 2016 12:01:45 +0000 (14:01 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 19 Sep 2016 13:03:56 +0000 (09:03 -0400)
commit8f99f7f05ac636523ddb4a31da794adb824fb481
tree6b81de198ad33fb03f00ceac57281fdfc9c4e170
parentedf0962520403ca89c91d55bb5a02d14b9cba835
Make.inc.in: use relative include paths

This is necessary for the build to be reproducible (see
https://reproducible-builds.org/ for more details). Some binaries (e.g.
radeapclient or radiusd itself) include the CFLAGS with which they were
built, and hence the build path, which is different on different builds
of the package (at least on Debian).
Make.inc.in