]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
build netem as .so again.
authorosdl.net!shemminger <osdl.net!shemminger>
Mon, 9 Aug 2004 17:12:23 +0000 (17:12 +0000)
committerosdl.net!shemminger <osdl.net!shemminger>
Mon, 9 Aug 2004 17:12:23 +0000 (17:12 +0000)
(Logical change 1.63)

tc/Makefile

index 3ca07d0b03843c940a8182fa0f3de3663d5d1cd8..39749ec12cb5541b34819779cbb7a9ec8f10c6e0 100644 (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