91a34842037a83d30ed5793c56191dc6983effb0
[babeltrace.git] / compat / Makefile.am
1 noinst_LTLIBRARIES = libcompat.la
2
3 libcompat_la_SOURCES = compat_uuid.c \
4 compat_mman.c \
5 logging.c logging.h
6
7 libcompat_la_LDFLAGS = \
8 $(LD_NO_AS_NEEDED)
9
10 if BABELTRACE_BUILD_WITH_MINGW
11 libcompat_la_LDFLAGS += -lrpcrt4
12 endif
This page took 0.029754 seconds and 4 git commands to generate.