lib: move bt_graph_configure() to `graph.c` (only used there)
[babeltrace.git] / src / compat / Makefile.am
index 939b169b56f0093ca1be769413c32fa7dff3c7bd..8a3908d030af49eb8275e5627e5e02786f45c698 100644 (file)
@@ -1,18 +1,14 @@
+# SPDX-License-Identifier: MIT
+
 noinst_LTLIBRARIES = libcompat.la
 
 libcompat_la_SOURCES = \
        mman.c \
-       mman.h \
-       uuid.c \
-       uuid.h
+       mman.h
 
 libcompat_la_LDFLAGS = \
        $(LD_NO_AS_NEEDED)
 
-if BABELTRACE_BUILD_WITH_MINGW
-libcompat_la_LDFLAGS += -lrpcrt4
-endif
-
 noinst_HEADERS = \
        bitfield.h \
        compiler.h \
This page took 0.024082 seconds and 4 git commands to generate.