endif
ifneq ($(USE_OT),)
-include contrib/opentracing/Makefile
+include addons/ot/Makefile
endif
#### Global link options
$(Q)rm -f addons/promex/*.[oas]
$(Q)rm -f addons/51degrees/*.[oas] addons/51degrees/dummy/*.[oas] addons/51degrees/dummy/*/*.[oas]
$(Q)rm -f addons/deviceatlas/*.[oas] addons/deviceatlas/dummy/*.[oas]
+ $(Q)rm -f addons/ot/src/*.[oas]
$(Q)rm -f addons/wurfl/*.[oas] addons/wurfl/dummy/*.[oas]
$(Q)rm -f admin/iprange/iprange admin/iprange/ip6range admin/halog/halog
$(Q)rm -f dev/flags/flags dev/poll/poll dev/tcploop/tcploop
endif
OPTIONS_OBJS += \
- contrib/opentracing/src/cli.o \
- contrib/opentracing/src/conf.o \
- contrib/opentracing/src/event.o \
- contrib/opentracing/src/filter.o \
- contrib/opentracing/src/group.o \
- contrib/opentracing/src/http.o \
- contrib/opentracing/src/opentracing.o \
- contrib/opentracing/src/parser.o \
- contrib/opentracing/src/pool.o \
- contrib/opentracing/src/scope.o \
- contrib/opentracing/src/util.o \
- contrib/opentracing/src/vars.o
-
-OPTIONS_CFLAGS += $(OT_CFLAGS) -Icontrib/opentracing/include
+ addons/ot/src/cli.o \
+ addons/ot/src/conf.o \
+ addons/ot/src/event.o \
+ addons/ot/src/filter.o \
+ addons/ot/src/group.o \
+ addons/ot/src/http.o \
+ addons/ot/src/opentracing.o \
+ addons/ot/src/parser.o \
+ addons/ot/src/pool.o \
+ addons/ot/src/scope.o \
+ addons/ot/src/util.o \
+ addons/ot/src/vars.o
+
+OPTIONS_CFLAGS += $(OT_CFLAGS) -Iaddons/ot/include
OPTIONS_LDFLAGS += $(OT_LDFLAGS)
OPTIONS_CFLAGS += $(OT_DEFINE)
filter must have its own scope defined.
More detailed documentation related to the operation, configuration and use
-of the filter can be found in the contrib/opentracing directory.
+of the filter can be found in the addons/ot directory.
10. FastCGI applications