Logging: pass dynamic log level to common functions and subsystems
[babeltrace.git] / src / compat / Makefile.am
1 noinst_LTLIBRARIES = libcompat.la
2
3 libcompat_la_SOURCES = \
4 mman.c \
5 mman.h \
6 uuid.c \
7 uuid.h
8
9 libcompat_la_LDFLAGS = \
10 $(LD_NO_AS_NEEDED)
11
12 if BABELTRACE_BUILD_WITH_MINGW
13 libcompat_la_LDFLAGS += -lrpcrt4
14 endif
15
16 noinst_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.030315 seconds and 4 git commands to generate.