X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Flibmsgpack%2FMakefile.am;h=33f2b69e946560d38aaa39eed1cf2e6f860759a4;hb=635ead38ff3308bd6475f088d6a58e6267e53d86;hp=5959947d65bd3966f8205ea84d5d5061495367db;hpb=0a6c2d7c8b98a3fea54bf0f974b6d192b02d8898;p=lttng-ust.git diff --git a/tests/unit/libmsgpack/Makefile.am b/tests/unit/libmsgpack/Makefile.am index 5959947d..33f2b69e 100644 --- a/tests/unit/libmsgpack/Makefile.am +++ b/tests/unit/libmsgpack/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils noinst_PROGRAMS = test_msgpack test_msgpack_SOURCES = test_msgpack.c test_msgpack_LDADD = \ - $(top_builddir)/libmsgpack/libmsgpack.la \ - $(top_builddir)/tests/utils/libtap.a + $(top_builddir)/src/common/libmsgpack.la \ + $(top_builddir)/tests/utils/libtap.a test_msgpack_CFLAGS = $(AM_CFLAGS)