c9e134c09d38d8a84fcdd1821cd34ddd75180f7f
[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 pkgconfigdir = $(libdir)/pkgconfig
13 pkgconfig_DATA = librseq.pc
This page took 0.1671 seconds and 4 git commands to generate.