fs-sink: fix handling static notifications
[babeltrace.git] / compat / Makefile.am
index 85aee86cd6e1e407d0c87e33cc6ef117e50e61b7..bf79838a8a786d6dbf7fd96f2ebda2479f42a74e 100644 (file)
@@ -2,11 +2,12 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 noinst_LTLIBRARIES = libcompat.la
 
-libcompat_la_SOURCES =
+libcompat_la_SOURCES = compat_uuid.c \
+                       compat_mman.c
 
 libcompat_la_LDFLAGS = \
-       -Wl,--no-as-needed
+       $(LD_NO_AS_NEEDED)
 
 if BABELTRACE_BUILD_WITH_MINGW
-libcompat_la_SOURCES += compat_uuid.c
+libcompat_la_LDFLAGS += -lrpcrt4
 endif
This page took 0.038253 seconds and 4 git commands to generate.