Add --enable-asan configure option
[babeltrace.git] / src / compat / Makefile.am
index 040ccc8dc5b300b75fee4ffa28493cfc95a1d9b9..c857372a017801b5d270dffd04bbd019cdde74d9 100644 (file)
@@ -1,20 +1,15 @@
+# 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 = \
+       $(AM_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.022792 seconds and 4 git commands to generate.