X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=liblttkconsumerd%2FMakefile.am;fp=liblttkconsumerd%2FMakefile.am;h=86967bed3dbc80208abb87bebad0f614994aaa37;hp=0000000000000000000000000000000000000000;hb=1ce86c9ab52be743e3348fd0c90153d9a9f63c49;hpb=da561c94285dbd2079662ae8982a7aecac9b245b diff --git a/liblttkconsumerd/Makefile.am b/liblttkconsumerd/Makefile.am new file mode 100644 index 000000000..86967bed3 --- /dev/null +++ b/liblttkconsumerd/Makefile.am @@ -0,0 +1,9 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttkconsumerd -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl + +lib_LTLIBRARIES = liblttkconsumerd.la + +liblttkconsumerd_la_SOURCES = liblttkconsumerd.c + +liblttkconsumerd_la_LIBADD = \ + $(top_builddir)/libkernelctl/libkernelctl.la \ + $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la