X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=compat%2FMakefile.am;h=33d49241600d7af4c21bc1e90db9749aaa457e8b;hb=20eee76ef91ef70be2cf302a90f16899f01793cb;hp=38af18854c48084740d3145dc55a3b868da50e9b;hpb=5d934f75d68fd495a7a47d44687e437380e289c5;p=babeltrace.git diff --git a/compat/Makefile.am b/compat/Makefile.am index 38af1885..33d49241 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -2,11 +2,7 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include noinst_LTLIBRARIES = libcompat.la -libcompat_la_SOURCES = dummy.c +libcompat_la_SOURCES = compat_uuid.c libcompat_la_LDFLAGS = \ $(LD_NO_AS_NEEDED) - -if BABELTRACE_BUILD_WITH_MINGW -libcompat_la_SOURCES += compat_uuid.c -endif