rseq percpu alloc: Implement numa support
[librseq.git] / src / Makefile.am
1 # SPDX-License-Identifier: MIT
2 # SPDX-FileCopyrightText: 2022 EfficiOS Inc.
3
4 lib_LTLIBRARIES = librseq.la
5
6 librseq_la_SOURCES = \
7 rseq.c rseq-percpu-alloc.c
8
9 librseq_la_LDFLAGS = -no-undefined -version-info $(RSEQ_LIBRARY_VERSION)
10 librseq_la_LIBADD = $(DL_LIBS)
11
12 if ENABLE_NUMA
13 librseq_la_LIBADD += -lnuma
14 endif
15
16 pkgconfigdir = $(libdir)/pkgconfig
17 pkgconfig_DATA = librseq.pc
This page took 0.0299 seconds and 4 git commands to generate.