Use compiler-agnostic defines to silence warning
[lttng-tools.git] / src / bin / lttng / Makefile.am
index 09c5171d8f99f7b055b4bf7c7f25a1d57426c3fa..306cda6d31c12fe1037874ada07953ebcb5755bb 100644 (file)
@@ -34,7 +34,8 @@ lttng_SOURCES = command.hpp conf.cpp conf.hpp commands/start.cpp \
                                commands/list_triggers.cpp \
                                commands/remove_trigger.cpp \
                                utils.cpp utils.hpp lttng.cpp \
-                               uprobe.cpp uprobe.hpp
+                               uprobe.cpp uprobe.hpp \
+                               exception.hpp exception.cpp
 
 lttng_CXXFLAGS = $(AM_CXXFLAGS) $(POPT_CFLAGS)
 
@@ -45,5 +46,6 @@ lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
                        $(top_builddir)/src/common/libstring-utils.la \
                        $(top_builddir)/src/common/libfilter.la \
                        $(top_builddir)/src/common/libargpar-utils.la \
-                       $(top_builddir)/src/common/libargpar.la \
+                       $(top_builddir)/src/vendor/argpar/libargpar.la \
+                       $(top_builddir)/src/vendor/fmt/libfmt.la \
                        $(POPT_LIBS)
This page took 0.025886 seconds and 4 git commands to generate.