X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=compat%2FMakefile.am;h=91a34842037a83d30ed5793c56191dc6983effb0;hb=68b66a256a54d32992dfefeaad11eea88b7df234;hp=85aee86cd6e1e407d0c87e33cc6ef117e50e61b7;hpb=bd5c1fd19f409a0dc04a656f114b8ed66dfc057c;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