Extend API and remove lttng_uri from lttng.h
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index c5e4af651c2642561ff48ef5838d6a988705bfd9..e00a880263adba798a93474b387b9f2cbd4f29b8 100644 (file)
@@ -1,5 +1,5 @@
 lib_LTLIBRARIES = liblttng-ctl.la
-bin_PROGRAMS = filter-grammar-test
+noinst_PROGRAMS = filter-grammar-test
 
 BUILT_SOURCES = filter-parser.h
 AM_YFLAGS = -t -d -v
@@ -23,4 +23,6 @@ filter_grammar_test_SOURCES = filter-grammar-test.c
 filter_grammar_test_LDADD = liblttng-ctl.la
 
 liblttng_ctl_la_LIBADD = \
-               $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la
+               $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
+               $(top_builddir)/src/common/libcommon.la \
+               $(top_builddir)/src/common/hashtable/libhashtable.la
This page took 0.025064 seconds and 5 git commands to generate.