lib: move bt_graph_configure() to `graph.c` (only used there)
[babeltrace.git] / src / compat / Makefile.am
index 040ccc8dc5b300b75fee4ffa28493cfc95a1d9b9..8a3908d030af49eb8275e5627e5e02786f45c698 100644 (file)
@@ -1,20 +1,14 @@
+# SPDX-License-Identifier: MIT
+
 noinst_LTLIBRARIES = libcompat.la
 
 libcompat_la_SOURCES = \
-       logging.c \
-       logging.h \
        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.026674 seconds and 4 git commands to generate.