From 6d3692a94ce4d4c3a4c38eb5065ff89bde910a05 Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Fri, 13 Aug 2004 23:54:55 +0000 Subject: [PATCH] add m_action (Logical change 1.66) --- tc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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