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