X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=liblttng-kconsumer%2FMakefile.am;fp=liblttng-kconsumer%2FMakefile.am;h=15021cd051695a03e4cd300de0294f7eb260eb10;hp=0000000000000000000000000000000000000000;hb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b;hpb=f84efadf55274918ca038a4e06e0a8af1a320654 diff --git a/liblttng-kconsumer/Makefile.am b/liblttng-kconsumer/Makefile.am new file mode 100644 index 000000000..15021cd05 --- /dev/null +++ b/liblttng-kconsumer/Makefile.am @@ -0,0 +1,8 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include + +noinst_LTLIBRARIES = liblttng-kconsumer.la + +liblttng_kconsumer_la_SOURCES = lttng-kconsumer.c + +liblttng_kconsumer_la_LIBADD = \ + $(top_builddir)/libkernelctl/libkernelctl.la