Move to kernel style SPDX license identifiers
[babeltrace.git] / src / compat / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 noinst_LTLIBRARIES = libcompat.la
4
5 libcompat_la_SOURCES = \
6 mman.c \
7 mman.h
8
9 libcompat_la_LDFLAGS = \
10 $(LD_NO_AS_NEEDED)
11
12 noinst_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.030064 seconds and 4 git commands to generate.