X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=compat%2FMakefile.am;h=91a34842037a83d30ed5793c56191dc6983effb0;hb=7401e2d1ffcf2e41031b3a7f3e3ba9ff158876c9;hp=33d49241600d7af4c21bc1e90db9749aaa457e8b;hpb=20eee76ef91ef70be2cf302a90f16899f01793cb;p=babeltrace.git diff --git a/compat/Makefile.am b/compat/Makefile.am index 33d49241..91a34842 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,8 +1,12 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include - noinst_LTLIBRARIES = libcompat.la -libcompat_la_SOURCES = compat_uuid.c +libcompat_la_SOURCES = compat_uuid.c \ + compat_mman.c \ + logging.c logging.h libcompat_la_LDFLAGS = \ $(LD_NO_AS_NEEDED) + +if BABELTRACE_BUILD_WITH_MINGW +libcompat_la_LDFLAGS += -lrpcrt4 +endif