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