Add MinGW implementation of UUID functions
[babeltrace.git] / compat / Makefile.am
CommitLineData
9d1e7de0
JI
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3lib_LTLIBRARIES = libcompat.la
4
5libcompat_la_SOURCES =
6
7libcompat_la_LDFLAGS = \
8 -Wl,--no-as-needed
9
10if BABELTRACE_BUILD_WITH_MINGW
11libcompat_la_SOURCES += compat_uuid.c
12endif
This page took 0.02257 seconds and 4 git commands to generate.