Add --enable-asan configure option
[babeltrace.git] / src / compat / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
578e048b
MJ
3noinst_LTLIBRARIES = libcompat.la
4
5libcompat_la_SOURCES = \
578e048b 6 mman.c \
6162e6b7 7 mman.h
578e048b
MJ
8
9libcompat_la_LDFLAGS = \
0b0893d4 10 $(AM_LDFLAGS) \
578e048b
MJ
11 $(LD_NO_AS_NEEDED)
12
578e048b
MJ
13noinst_HEADERS = \
14 bitfield.h \
15 compiler.h \
16 endian.h \
17 fcntl.h \
18 glib.h \
19 limits.h \
20 memstream.h \
21 socket.h \
22 stdio.h \
23 stdlib.h \
24 string.h \
25 time.h \
26 unistd.h \
27 utc.h
This page took 0.0500080000000001 seconds and 4 git commands to generate.