Re-organize sources
[babeltrace.git] / src / fd-cache / Makefile.am
diff --git a/src/fd-cache/Makefile.am b/src/fd-cache/Makefile.am
new file mode 100644 (file)
index 0000000..c4a1288
--- /dev/null
@@ -0,0 +1,9 @@
+AM_CPPFLAGS += -DINSTALL_LIBDIR=\"$(libdir)\"
+
+noinst_LTLIBRARIES = libbabeltrace2-fd-cache.la
+
+libbabeltrace2_fd_cache_la_SOURCES = \
+       fd-cache.c \
+       fd-cache.h \
+       logging.c \
+       logging.h
This page took 0.022882 seconds and 4 git commands to generate.