Change the UST event hash table match function
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(builddir)
2
3SUBDIRS = filter
4
5lib_LTLIBRARIES = liblttng-ctl.la
6
7liblttng_ctl_la_SOURCES = lttng-ctl.c
8
9liblttng_ctl_la_LIBADD = \
10 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
11 $(top_builddir)/src/common/libcommon.la \
12 $(top_builddir)/src/common/hashtable/libhashtable.la \
13 $(top_builddir)/src/lib/lttng-ctl/filter/libfilter.la
This page took 0.022026 seconds and 4 git commands to generate.