summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSruthi Yellamraju <ysruthi@gmail.com>2014-07-20 15:57:33 +0200
committerThomas Haller <thaller@redhat.com>2014-07-20 18:14:46 +0200
commit917154470895520a77f527343f3a0cc1605934b0 (patch)
treec76e655145c6645fbfb434bd1ce5dcea88a42c7f /Makefile.am
parentdcc537597728c84d47fe9aff32b982c72055a1ad (diff)
downloadlibnl-917154470895520a77f527343f3a0cc1605934b0.tar.gz
xfrm: add xfrm support
Signed-off-by: Sruthi Yellamraju <ysruthi@gmail.com> Signed-off-by: Thomas Haller <thaller@redhat.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 bc4266de..5e464ac0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,8 @@ SUBDIRS = include lib man python tests
pkgconfig_DATA = libnl-3.0.pc \
libnl-route-3.0.pc \
libnl-genl-3.0.pc \
- libnl-nf-3.0.pc
+ libnl-nf-3.0.pc \
+ libnl-xfrm-3.0.pc
if ENABLE_CLI
SUBDIRS += src