Update librseq to co-exist with glibc rseq integration
[librseq.git] / src / Makefile.am
1 # SPDX-License-Identifier: MIT
2 #
3 # Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
4 #
5
6 lib_LTLIBRARIES = librseq.la
7
8 librseq_la_SOURCES = \
9 rseq.c
10
11 librseq_la_LDFLAGS = -no-undefined -version-info $(RSEQ_LIBRARY_VERSION)
12 librseq_la_LIBADD = $(DL_LIBS)
13
14 pkgconfigdir = $(libdir)/pkgconfig
15 pkgconfig_DATA = librseq.pc
This page took 0.03184 seconds and 5 git commands to generate.