Add logging API (internal to log, public to set the current log level)
[babeltrace.git] / logging / Makefile.am
diff --git a/logging/Makefile.am b/logging/Makefile.am
new file mode 100644 (file)
index 0000000..ef9077d
--- /dev/null
@@ -0,0 +1,5 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+
+noinst_LTLIBRARIES = libbabeltrace-logging.la
+
+libbabeltrace_logging_la_SOURCES = log.c
This page took 0.022638 seconds and 4 git commands to generate.