summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-11-16 12:41:43 +0100
committerThomas Graf <tgraf@suug.ch>2010-11-16 12:41:43 +0100
commit53015f83811bd56d4b66331656633ad39051babf (patch)
tree9012ce9a769af8b977e98baa25b8b981cafbdba2 /lib/Makefile.am
parent2e3ca4db0cbca7974888e7d3e7d84ba8fbbcf639 (diff)
downloadlibnl-53015f83811bd56d4b66331656633ad39051babf.tar.gz
link: AF_INET link module
Note: The code for this is not upstream yet. Extends the link api to allow address family modules to fill a link message and implements a AF_INET address family link module which uses the new interface.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4aafb3b..3cfe80b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -59,7 +59,7 @@ libnl_route_la_SOURCES = \
route/cls/ematch/meta.c \
\
route/link/api.c route/link/vlan.c \
- route/link/bridge.c route/link/inet6.c \
+ route/link/bridge.c route/link/inet6.c route/link/inet.c \
\
route/sch/blackhole.c route/sch/cbq.c route/sch/dsmark.c \
route/sch/fifo.c route/sch/htb.c route/sch/netem.c route/sch/prio.c \