summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-10-20 13:26:06 (GMT)
committerThomas Graf <tgraf@suug.ch>2010-10-20 13:26:06 (GMT)
commita670ee5d72cc6c2492108edfe131f7547081748f (patch)
tree02754b768eaf93abc4c8816ede09d23fb3aed833 /src/Makefile.am
parent27883b0f9b0da6bb33ccc185107a2870df25d030 (diff)
downloadlibnl-a670ee5d72cc6c2492108edfe131f7547081748f.zip
libnl-a670ee5d72cc6c2492108edfe131f7547081748f.tar.gz
libnl-a670ee5d72cc6c2492108edfe131f7547081748f.tar.bz2
make nl-qdisc-list installable
Also improves usability of nl-qdisc-list
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1a6f080..1287c21 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -D_GNU_SO
AM_LDFLAGS = -L${top_builddir}/lib -L${top_builddir}/src/lib -lnl-cli
sbin_PROGRAMS = \
- nl-qdisc-add \
+ nl-qdisc-add nl-qdisc-list \
nl-class-add \
nl-classid-lookup
@@ -17,7 +17,7 @@ noinst_PROGRAMS = \
nl-link-list nl-link-set nl-link-stats \
nl-link-ifindex2name nl-link-name2ifindex \
nl-neigh-add nl-neigh-delete nl-neigh-list \
- nl-qdisc-delete nl-qdisc-list \
+ nl-qdisc-delete \
nl-rule-list \
nl-neightbl-list \
nl-monitor \