Fix: compat: include common/macros.h in mman.h
[babeltrace.git] / src / compat / Makefile.am
index 0d87ccc0a5bb739bc2f6652190bb994a6247ac55..c857372a017801b5d270dffd04bbd019cdde74d9 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 noinst_LTLIBRARIES = libcompat.la
 
 libcompat_la_SOURCES = \
@@ -5,6 +7,7 @@ libcompat_la_SOURCES = \
        mman.h
 
 libcompat_la_LDFLAGS = \
+       $(AM_LDFLAGS) \
        $(LD_NO_AS_NEEDED)
 
 noinst_HEADERS = \
This page took 0.029343 seconds and 4 git commands to generate.