configure: enable -Wshadow-field
[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 $(AM_LDFLAGS) \
11 $(LD_NO_AS_NEEDED)
12
13 noinst_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.033113 seconds and 4 git commands to generate.