Fix: bt_component_create is not hidden
[babeltrace.git] / compat / Makefile.am
index 79be1c8141a0ce09f56a3ab9ec7f6fb792810500..ebd4e563685c9432a64e487027803e6124f35042 100644 (file)
@@ -1,12 +1,14 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = libcompat.la
+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.022783 seconds and 4 git commands to generate.