Add logging to compat
[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 logging.c logging.h
8
9libcompat_la_LDFLAGS = \
10 $(LD_NO_AS_NEEDED)
11
12if BABELTRACE_BUILD_WITH_MINGW
13libcompat_la_LDFLAGS += -lrpcrt4
14endif
This page took 0.021835 seconds and 4 git commands to generate.