summaryrefslogtreecommitdiffstats
path: root/tc
diff options
context:
space:
mode:
authorosdl.net!shemminger <osdl.net!shemminger>2004-08-13 23:54:55 +0000
committerosdl.net!shemminger <osdl.net!shemminger>2004-08-13 23:54:55 +0000
commit6d3692a94ce4d4c3a4c38eb5065ff89bde910a05 (patch)
tree9ad8cc0102bb090363ab9a7c527ecabe1fcb003d /tc
parentfa3a9930a7ad8461561786341402181a5f2cd5ad (diff)
add m_action
(Logical change 1.66)
Diffstat (limited to 'tc')
-rw-r--r--tc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tc/Makefile b/tc/Makefile
index 39749ec1..f9c3d8ee 100644
--- a/tc/Makefile
+++ b/tc/Makefile
@@ -1,4 +1,5 @@
-TCOBJ=tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o m_police.o m_estimator.o
+TCOBJ= tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o \
+ m_police.o m_estimator.o m_action.o
include ../Config