Port: Add mman.h compat for mingw
[babeltrace.git] / compat / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 noinst_LTLIBRARIES = libcompat.la
4
5 libcompat_la_SOURCES = compat_uuid.c \
6 compat_mman.c
7
8 libcompat_la_LDFLAGS = \
9 $(LD_NO_AS_NEEDED)
10
11 if BABELTRACE_BUILD_WITH_MINGW
12 libcompat_la_LDFLAGS += -lrpcrt4
13 endif
This page took 0.033241 seconds and 5 git commands to generate.