X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=compat%2FMakefile.am;h=91a34842037a83d30ed5793c56191dc6983effb0;hb=473d04d167378e193a698a6ad3e031f27ec9cef7;hp=85aee86cd6e1e407d0c87e33cc6ef117e50e61b7;hpb=ccde9b25397f3e74c60bfbcb9f77008299a44cc9;p=babeltrace.git diff --git a/compat/Makefile.am b/compat/Makefile.am index 85aee86c..91a34842 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,12 +1,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 \ + 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