1d2d38caea99fd821537d3459db8a0316d19496d
[librseq.git] / src / Makefile.am
1 # SPDX-License-Identifier: MIT
2 #
3 # Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
4 #
5
6 AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include
7
8 lib_LTLIBRARIES = librseq.la
9
10 librseq_la_SOURCES = \
11 rseq.c
12
13 librseq_la_LDFLAGS = -no-undefined -version-info $(RSEQ_LIBRARY_VERSION)
14
15 pkgconfigdir = $(libdir)/pkgconfig
16 pkgconfig_DATA = librseq.pc
This page took 0.029506 seconds and 4 git commands to generate.