flt.lttng-utils.debug-info: Implement file descriptor cache
[babeltrace.git] / fd-cache / Makefile.am
diff --git a/fd-cache/Makefile.am b/fd-cache/Makefile.am
new file mode 100644 (file)
index 0000000..505ef8d
--- /dev/null
@@ -0,0 +1,8 @@
+AM_CPPFLAGS += -DINSTALL_LIBDIR=\"$(libdir)\"
+
+noinst_LTLIBRARIES = libbabeltrace-fd-cache.la
+
+libbabeltrace_fd_cache_la_SOURCES = \
+       fd-cache.c \
+       logging.c \
+       logging.h
This page took 0.023887 seconds and 4 git commands to generate.