X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2FMakefile.am;fp=src%2Fbin%2Flttng%2FMakefile.am;h=e3718374637deda24acccd4bc1ccc5c0cd7443ae;hp=09c5171d8f99f7b055b4bf7c7f25a1d57426c3fa;hb=0729ea5558053d5a1a0d7aea51febf63ee1f3b3f;hpb=9cde3a4ab8b763df804f8105728d90f59521438b diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index 09c5171d8..e37183746 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -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)