From 96f13b804fc5b73c9b563049a504e6ed20a0262a Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Mon, 9 Aug 2004 17:12:23 +0000 Subject: [PATCH] build netem as .so again. (Logical change 1.63) --- tc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/Makefile b/tc/Makefile index 3ca07d0b..39749ec1 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -19,7 +19,6 @@ TCMODULES += f_tcindex.o TCMODULES += q_ingress.o TCMODULES += q_hfsc.o TCMODULES += q_htb.o -TCMODULES += q_netem.o TCOBJ += $(TCMODULES) @@ -29,6 +28,7 @@ TCLIB += tc_cbq.o TCLIB += tc_estimator.o TCSO := +TCSO += q_netem.so ifeq ($(TC_CONFIG_ATM),y) TCSO += q_atm.so endif