Add string-utils convenience library
[lttng-tools.git] / src / common / string-utils / Makefile.am
diff --git a/src/common/string-utils/Makefile.am b/src/common/string-utils/Makefile.am
new file mode 100644 (file)
index 0000000..bbdb4ed
--- /dev/null
@@ -0,0 +1,5 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
+
+noinst_LTLIBRARIES = libstring-utils.la
+
+libstring_utils_la_SOURCES = string-utils.h string-utils.c
This page took 0.02745 seconds and 4 git commands to generate.