summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2017-08-17 15:59:30 -0700
committerThomas Haller <thaller@redhat.com>2017-08-18 15:01:04 +0200
commit665fccadcafd219b2b8e2bf7ce09d4cb8eb66d69 (patch)
tree810633e8afe73025a34b93735fd4b6da0b37727b /Makefile.am
parentb7408da1cff99179c545cfd61dce0ce038acda84 (diff)
downloadlibnl-665fccadcafd219b2b8e2bf7ce09d4cb8eb66d69.tar.gz
addr: Add implementations for mpls_ntop and mpls_pton
Implementations of mpls_ntop and mpls_pton taken from iproute2. Signed-off-by: David Ahern <dsahern@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3ef0c29c..9bd08621 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -324,7 +324,8 @@ lib_libnl_3_la_SOURCES = \
lib/utils.c \
lib/version.c \
lib/hash.c \
- lib/hashtable.c
+ lib/hashtable.c \
+ lib/mpls.c
EXTRA_lib_libnl_3_la_DEPENDENCIES = \
libnl-3.sym
lib_libnl_3_la_CPPFLAGS = \