Add string utilities
[lttng-modules.git] / Makefile
index f377874a3d5673eb00a98ccf3805a1ef11c4d5a2..f65e463291a85e8fe9ad6cb610e9561f58e3c65a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ ifneq ($(KERNELRELEASE),)
 
   obj-$(CONFIG_LTTNG) += lttng-tracer.o
 
-  lttng-tracer-objs := lttng-events.o lttng-abi.o \
+  lttng-tracer-objs := lttng-events.o lttng-abi.o lttng-string-utils.o \
                        lttng-probes.o lttng-context.o \
                        lttng-context-pid.o lttng-context-procname.o \
                        lttng-context-prio.o lttng-context-nice.o \
This page took 0.023898 seconds and 4 git commands to generate.