]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Fix relative include paths to be more correct and portable.
authorJohn Lindgren <john.lindgren@avasure.com>
Mon, 8 Mar 2021 15:27:23 +0000 (10:27 -0500)
committerVincent Bernat <vincent@bernat.ch>
Mon, 8 Mar 2021 18:58:14 +0000 (19:58 +0100)
commit3fd81d8953ad78da9e3ef2ba712830354593111a
treedd51171f6b3d7883cf06009cde02fe73fbebebb1
parent50b79a84dc1bc7ba56aed94a96bfc753f3cdac8b
Fix relative include paths to be more correct and portable.

Some relative include paths in subdirectories (src/daemon/protocols
and src/lib/atoms) were written relative to the parent directories
(src/daemon and src/lib).  This was okay in automake builds but
caused errors when porting to other build systems (for example,
Android make).
13 files changed:
src/daemon/protocols/cdp.c
src/daemon/protocols/edp.c
src/daemon/protocols/lldp.c
src/daemon/protocols/sonmp.c
src/lib/atoms/chassis.c
src/lib/atoms/config.c
src/lib/atoms/custom.c
src/lib/atoms/dot1.c
src/lib/atoms/dot3.c
src/lib/atoms/interface.c
src/lib/atoms/med.c
src/lib/atoms/mgmt.c
src/lib/atoms/port.c