Remove unused bitfield.h header
[lttng-tools.git] / src / common / Makefile.am
index 16e9e548b2a97ca747a3ce4170425f315db0bbf2..1590820d5147baebf0beed68e43217d18007428e 100644 (file)
@@ -27,7 +27,8 @@ libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.h runas.c \
                        buffer-view.h buffer-view.c \
                        location.c \
                        waiter.h waiter.c \
-                       userspace-probe.c event.c time.c
+                       userspace-probe.c event.c time.c \
+                       session-descriptor.c credentials.h
 
 if HAVE_ELF_H
 libcommon_la_SOURCES += lttng-elf.h lttng-elf.c
@@ -35,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
@@ -87,7 +89,7 @@ endif
 
 noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h \
                                 uri.h utils.h lttng-kernel-old.h \
-                                align.h bitfield.h bug.h time.h
+                                align.h bug.h time.h
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.024604 seconds and 5 git commands to generate.