Cleanup: uuid library detection
[babeltrace.git] / lib / ctf-writer / Makefile.am
index 9330141fc21f91c26b9ed2546b780807b354563a..8ea82b0bde9fac5d2dcf77acee42c9c9b8c3d89d 100644 (file)
@@ -6,11 +6,4 @@ libctf_writer_la_SOURCES = \
        functor.c \
        serialize.c
 
-libctf_writer_la_LIBADD =
-
-if BABELTRACE_BUILD_WITH_LIBUUID
-libctf_writer_la_LIBADD += -luuid
-endif
-if BABELTRACE_BUILD_WITH_LIBC_UUID
-libctf_writer_la_LIBADD += -lc
-endif
+libctf_writer_la_LIBADD = $(UUID_LIBS)
This page took 0.023985 seconds and 4 git commands to generate.