lttng: move log level name to numerical value conversions to a common util
[lttng-tools.git] / src / bin / lttng / Makefile.am
index d094c5aafc30a146e27514fbe992fcc1b5078f40..5c0356276f21ce8f9dabcb53da4af59bf52e5ce9 100644 (file)
@@ -29,7 +29,9 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \
                                commands/enable_rotation.c \
                                commands/disable_rotation.c \
                                commands/clear.c \
-                               utils.c utils.h lttng.c
+                               loglevel.c loglevel.h \
+                               utils.c utils.h \
+                               lttng.c
 
 lttng_CFLAGS = $(AM_CFLAGS) $(POPT_CFLAGS)
 
@@ -37,4 +39,5 @@ lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
                        $(top_builddir)/src/common/libcommon.la \
                        $(top_builddir)/src/common/config/libconfig.la \
                        $(top_builddir)/src/common/string-utils/libstring-utils.la \
+                       $(top_builddir)/src/common/filter/libfilter.la \
                        $(POPT_LIBS)
This page took 0.024867 seconds and 4 git commands to generate.