Fix: add missing getenv wrapper
[lttng-ust.git] / liblttng-ust / Makefile.am
index 796ce5b3837fe939cb3599d50275d8eadb195a7e..78eac9727b9710842b2cccbc79842ca8504ccc25 100644 (file)
@@ -46,7 +46,8 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-ust-uuid.h \
        error.h \
        tracef.c \
-       lttng-ust-tracef-provider.h
+       lttng-ust-tracef-provider.h \
+       getenv.h
 
 if HAVE_PERF_EVENT
 liblttng_ust_runtime_la_SOURCES += \
@@ -65,7 +66,7 @@ liblttng_ust_support_la_SOURCES = \
        lttng-ring-buffer-client-overwrite-rt.c \
        lttng-ring-buffer-metadata-client.h \
        lttng-ring-buffer-metadata-client.c \
-       lttng-clock.c
+       lttng-clock.c lttng-getcpu.c
 
 liblttng_ust_la_SOURCES =
 
This page took 0.022897 seconds and 4 git commands to generate.