Fix: Don't override user variables within the build system
[babeltrace.git] / compat / Makefile.am
CommitLineData
bd5c1fd1 1noinst_LTLIBRARIES = libcompat.la
9d1e7de0 2
8f76831a 3libcompat_la_SOURCES = compat_uuid.c \
1f0f70c0
MJ
4 compat_mman.c \
5 logging.c logging.h
9d1e7de0
JI
6
7libcompat_la_LDFLAGS = \
f0d8d709 8 $(LD_NO_AS_NEEDED)
8f76831a
MJ
9
10if BABELTRACE_BUILD_WITH_MINGW
11libcompat_la_LDFLAGS += -lrpcrt4
12endif
This page took 0.035666 seconds and 4 git commands to generate.