Move libcounter to 'src/common/'
[lttng-ust.git] / src / libcounter / Makefile.am
diff --git a/src/libcounter/Makefile.am b/src/libcounter/Makefile.am
deleted file mode 100644 (file)
index 534238f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# SPDX-License-Identifier: LGPL-2.1-only
-
-AM_CFLAGS += -fno-strict-aliasing
-
-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-config.h
-
-libcounter_la_LIBADD = \
-       -lpthread \
-       -lrt
-
-if ENABLE_NUMA
-libcounter_la_LIBADD += -lnuma
-endif
-
-libcounter_la_CFLAGS = -DUST_COMPONENT="libcounter" $(AM_CFLAGS)
This page took 0.023305 seconds and 4 git commands to generate.