cli: move `--params` option's format parsing to its own file
[babeltrace.git] / src / compat / Makefile.am
CommitLineData
578e048b
MJ
1noinst_LTLIBRARIES = libcompat.la
2
3libcompat_la_SOURCES = \
578e048b
MJ
4 mman.c \
5 mman.h \
6 uuid.c \
7 uuid.h
8
9libcompat_la_LDFLAGS = \
10 $(LD_NO_AS_NEEDED)
11
12if BABELTRACE_BUILD_WITH_MINGW
13libcompat_la_LDFLAGS += -lrpcrt4
14endif
15
16noinst_HEADERS = \
17 bitfield.h \
18 compiler.h \
19 endian.h \
20 fcntl.h \
21 glib.h \
22 limits.h \
23 memstream.h \
24 socket.h \
25 stdio.h \
26 stdlib.h \
27 string.h \
28 time.h \
29 unistd.h \
30 utc.h
This page took 0.027398 seconds and 4 git commands to generate.