Move to kernel style SPDX license identifiers
[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 = \
10 $(LD_NO_AS_NEEDED)
11
578e048b
MJ
12noinst_HEADERS = \
13 bitfield.h \
14 compiler.h \
15 endian.h \
16 fcntl.h \
17 glib.h \
18 limits.h \
19 memstream.h \
20 socket.h \
21 stdio.h \
22 stdlib.h \
23 string.h \
24 time.h \
25 unistd.h \
26 utc.h
This page took 0.046366 seconds and 4 git commands to generate.