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