summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-12-19 22:42:03 +0100
committerTom Gundersen <teg@jklm.no>2014-12-19 22:42:03 +0100
commit7a6f1457462840ed52f2a332e2bd56ca210cff2d (patch)
tree6b5edb9a071082233c0ed042e2a6f44cdd07d96c /Makefile.am
parent2cd3aa24820e5d82375c8cc3e4446d884ee4fee0 (diff)
sd-lldp: minor header cleanup
* (potentially) public headers must reside in src/systemd/ (not in src/libsystemd*) * some private (not prefixed with sd_) functions moved from sd-lldp.h to lldp-internal.h * introduce lldp-util.h for the cleanup macro, as these should not be public * rename the cleanup macro, we always name them _cleanup_foo_, never _cleanup_sd_foo_ * mark some function arguments as 'const'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9edc235714..86bcfdfd8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3089,6 +3089,7 @@ libsystemd_network_la_SOURCES = \
src/libsystemd-network/lldp-port.c \
src/libsystemd-network/lldp-internal.h \
src/libsystemd-network/lldp-internal.c \
+ src/libsystemd-network/lldp-util.h \
src/libsystemd-network/sd-lldp.h \
src/libsystemd-network/sd-lldp.c