Add session configuration load capability to libconfig
[lttng-tools.git] / tests / unit / ini_config / Makefile.am
index 98956f76ae40847882685f494f1d413d80d3ac14..1856828a00826ecdbed6f470749a65e1b1506791 100644 (file)
@@ -9,7 +9,8 @@ noinst_PROGRAMS = ini_config
 EXTRA_DIST = test_ini_config
 
 ini_config_SOURCES = ini_config.c
 EXTRA_DIST = test_ini_config
 
 ini_config_SOURCES = ini_config.c
-ini_config_LDADD = $(LIBTAP) $(LIBCONFIG) $(LIBCOMMON) $(LIBHASHTABLE)
+ini_config_LDADD = $(LIBTAP) $(LIBCONFIG) $(LIBCOMMON) $(LIBHASHTABLE) \
+       $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.022894 seconds and 4 git commands to generate.