src.ctf.fs: move internal util to ctf/common/utils
[babeltrace.git] / plugins / ctf / common / utils / Makefile.am
diff --git a/plugins/ctf/common/utils/Makefile.am b/plugins/ctf/common/utils/Makefile.am
new file mode 100644 (file)
index 0000000..c4b62ff
--- /dev/null
@@ -0,0 +1,6 @@
+noinst_LTLIBRARIES = libctf-utils.la
+libctf_utils_la_SOURCES = \
+       logging.c \
+       logging.h \
+       utils.c \
+       utils.h
This page took 0.024822 seconds and 4 git commands to generate.