summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-10-19 16:31:23 +0200
committerThomas Graf <tgraf@suug.ch>2010-10-19 16:31:23 +0200
commit757592ec1b1d3c70a325ae997adb94009589c5a6 (patch)
tree40aabb22d05207a6e07a7a05f6d034dc06a0f038 /Makefile.am
parentfa89403149a59ed18015713f517a5cc9356caffd (diff)
downloadlibnl-757592ec1b1d3c70a325ae997adb94009589c5a6.tar.gz
classid database
A database to resolve qdisc/class names to classid values and vice versa. The function rtnl_tc_handle2str() and rtnl_tc_str2handle() will resolve names automatically. A CLI based tool nl-classid-lookup is provided to integrate the database into existing iproute2 scripts.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 28545fd..420f065 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,12 +8,12 @@ if ENABLE_CLI
OPT_DIRS += src
endif
-SUBDIRS = include lib doc $(OPT_DIRS)
+SUBDIRS = include lib doc man $(OPT_DIRS)
pkgconfig_DATA = libnl-2.1.pc
sysconfdir = @sysconfdir@/libnl
-sysconf_DATA = etc/pktloc
+sysconf_DATA = etc/pktloc etc/classid
.PHONY: cscope
cscope: