Port: Fix libuuid compat on mingw
[babeltrace.git] / compat / Makefile.am
index 38af18854c48084740d3145dc55a3b868da50e9b..33d49241600d7af4c21bc1e90db9749aaa457e8b 100644 (file)
@@ -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
This page took 0.026558 seconds and 4 git commands to generate.