Commit | Line | Data |
---|---|---|
d4a1283e JD |
1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl |
2 | ||
3 | bin_PROGRAMS = kconsumerd | |
4 | ||
5 | kconsumerd_SOURCES = kconsumerd.c | |
6 | ||
7 | kconsumerd_LDADD = \ | |
8 | $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \ | |
9 | $(top_builddir)/libkernelctl/libkernelctl.la |