Add mkdirat utils and runas wrappers
[lttng-tools.git] / src / common / Makefile.am
index dae067df6a619f824907ad99408271cacb6b145e..3e816b26a27e5d977d4be0380376e4083a0c7bc8 100644 (file)
@@ -28,7 +28,7 @@ libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.h runas.c \
                        location.c \
                        waiter.h waiter.c \
                        userspace-probe.c event.c time.c \
-                       session-descriptor.c
+                       session-descriptor.c credentials.h
 
 if HAVE_ELF_H
 libcommon_la_SOURCES += lttng-elf.h lttng-elf.c
@@ -36,6 +36,7 @@ endif
 
 libcommon_la_LIBADD = \
                $(top_builddir)/src/common/config/libconfig.la \
+               $(top_builddir)/src/common/compat/libcompat.la \
                $(UUID_LIBS)
 
 if BUILD_LIB_COMPAT
This page took 0.023923 seconds and 5 git commands to generate.