Remove the LTTNG_PACKED macro
[lttng-ust.git] / libcounter / Makefile.am
index 9d52b74c3f8efe372589073ead9719be4f772b50..6407d7adaa2a7a0d2795a39b8f149708521e369f 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-only
+
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
 AM_CFLAGS += -fno-strict-aliasing
 
@@ -5,7 +7,8 @@ noinst_LTLIBRARIES = libcounter.la
 
 libcounter_la_SOURCES = \
        counter.c smp.c smp.h shm.c shm.h shm_internal.h shm_types.h \
-       counter-api.h counter.h counter-internal.h counter-types.h
+       counter-api.h counter.h counter-internal.h counter-types.h \
+       counter-config.h
 
 libcounter_la_LIBADD = \
        -lpthread \
This page took 0.023103 seconds and 4 git commands to generate.