build netem as .so again.

(Logical change 1.63)
This commit is contained in:
osdl.net!shemminger 2004-08-09 17:12:23 +00:00
parent 7153893823
commit 96f13b804f
1 changed files with 1 additions and 1 deletions

View File

@ -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