X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=compat%2FMakefile.am;h=91a34842037a83d30ed5793c56191dc6983effb0;hb=7034d3731e70e90829b1fbe7308341fc76de4caf;hp=38af18854c48084740d3145dc55a3b868da50e9b;hpb=f0d8d70961cab95f9f7614bd016712b0f52e97a2;p=babeltrace.git diff --git a/compat/Makefile.am b/compat/Makefile.am index 38af1885..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 = dummy.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_SOURCES += compat_uuid.c +libcompat_la_LDFLAGS += -lrpcrt4 endif