blob: ef957836a6193f6656b994ae57ae40dc53d9d76b [file] [log] [blame]
diff -aruN a/tc/Makefile b/tc/Makefile
--- a/tc/Makefile 2010-08-04 10:45:59.000000000 -0700
+++ b/tc/Makefile 2011-02-24 14:50:20.602868604 -0800
@@ -71,12 +71,20 @@
LDFLAGS += -Wl,-export-dynamic
endif
+ifneq ($(IPTL),)
+LDFLAGS += $(IPTL)
+endif
+
TCLIB := tc_core.o
TCLIB += tc_red.o
TCLIB += tc_cbq.o
TCLIB += tc_estimator.o
TCLIB += tc_stab.o
+ifneq ($(IPTC),)
+CFLAGS += $(IPTC)
+endif
+
CFLAGS += -DCONFIG_GACT -DCONFIG_GACT_PROB
ifneq ($(IPT_LIB_DIR),)
CFLAGS += -DIPT_LIB_DIR=\"$(IPT_LIB_DIR)\"