configure.ac, lib: rename "extra" (version) to "development stage"
[babeltrace.git] / src / compat / Makefile.am
index 040ccc8dc5b300b75fee4ffa28493cfc95a1d9b9..0d87ccc0a5bb739bc2f6652190bb994a6247ac55 100644 (file)
@@ -1,20 +1,12 @@
 noinst_LTLIBRARIES = libcompat.la
 
 libcompat_la_SOURCES = \
-       logging.c \
-       logging.h \
        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.02322 seconds and 4 git commands to generate.