Fix: bt_component_create is not hidden
[babeltrace.git] / compat / Makefile.am
index 85aee86cd6e1e407d0c87e33cc6ef117e50e61b7..ebd4e563685c9432a64e487027803e6124f35042 100644 (file)
@@ -2,11 +2,13 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 noinst_LTLIBRARIES = libcompat.la
 
-libcompat_la_SOURCES =
+libcompat_la_SOURCES = compat_uuid.c \
+               compat_mman.c \
+               logging.c logging.h
 
 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.023603 seconds and 4 git commands to generate.