Add logging to compat
[babeltrace.git] / compat / Makefile.am
index b09ebab12f83bb47199927233a00ce5faeea7141..ebd4e563685c9432a64e487027803e6124f35042 100644 (file)
@@ -2,11 +2,13 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 noinst_LTLIBRARIES = libcompat.la
 
-libcompat_la_SOURCES = dummy.c
+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.022779 seconds and 4 git commands to generate.