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