Move utils_expand_path and utils_expand_path_keep_symlink to libpath.la
[lttng-tools.git] / src / bin / lttng / Makefile.am
index d094c5aafc30a146e27514fbe992fcc1b5078f40..df20dc01233c61a676236a038bfd5b76fdea91d3 100644 (file)
@@ -34,7 +34,8 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \
 lttng_CFLAGS = $(AM_CFLAGS) $(POPT_CFLAGS)
 
 lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
-                       $(top_builddir)/src/common/libcommon.la \
+                       $(top_builddir)/src/common/libcommon-lgpl.la \
+                       $(top_builddir)/src/common/libpath.la \
                        $(top_builddir)/src/common/config/libconfig.la \
                        $(top_builddir)/src/common/string-utils/libstring-utils.la \
                        $(POPT_LIBS)
This page took 0.023318 seconds and 4 git commands to generate.