Replace libuuid with internal implementation
[babeltrace.git] / src / compat / Makefile.am
index 939b169b56f0093ca1be769413c32fa7dff3c7bd..0d87ccc0a5bb739bc2f6652190bb994a6247ac55 100644 (file)
@@ -2,17 +2,11 @@ noinst_LTLIBRARIES = libcompat.la
 
 libcompat_la_SOURCES = \
        mman.c \
-       mman.h \
-       uuid.c \
-       uuid.h
+       mman.h
 
 libcompat_la_LDFLAGS = \
        $(LD_NO_AS_NEEDED)
 
-if BABELTRACE_BUILD_WITH_MINGW
-libcompat_la_LDFLAGS += -lrpcrt4
-endif
-
 noinst_HEADERS = \
        bitfield.h \
        compiler.h \
This page took 0.023712 seconds and 4 git commands to generate.