summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-22 21:55:22 +0100
committerLennart Poettering <lennart@poettering.net>2016-02-22 21:55:22 +0100
commit13b3cdb91f2b2d6891123b199159b7547bec903b (patch)
tree171aff916af9e355ba9f214dc22e7a832c3a1686 /Makefile.am
parent7c7c0cbe640e33e5f57b24d0281564724b3eaeeb (diff)
build-sys: add missing header file to Makefile.am
Fixes: #2700
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 627a076cd9..d7d58ccbee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3299,6 +3299,7 @@ libsystemd_network_la_SOURCES = \
src/libsystemd-network/dhcp-identifier.h \
src/libsystemd-network/dhcp-identifier.c \
src/libsystemd-network/lldp.h \
+ src/libsystemd-network/lldp-internal.h \
src/libsystemd-network/lldp-network.h \
src/libsystemd-network/lldp-network.c \
src/libsystemd-network/lldp-neighbor.h \