Add hashtable destroy
[lttng-tools.git] / lttng / Makefile.am
index 7a828006b8a6955758678e263bddd1680886c9cc..1105143f37111bad33ce3b074f6ddb7ea6998b83 100644 (file)
@@ -1,4 +1,5 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include \
+                         -DINSTALL_BIN_PATH=\""$(bindir)"\"
 
 bin_PROGRAMS = lttng
 
@@ -8,7 +9,7 @@ lttng_SOURCES = cmd.h conf.c conf.h commands/start.c \
                                commands/disable_events.c commands/enable_channels.c \
                                commands/disable_channels.c commands/add_context.c \
                                commands/set_session.c commands/version.c \
-                               utils.c utils.h lttng.c
+                               commands/calibrate.c utils.c utils.h lttng.c
 
 lttng_LDADD = \
                $(top_builddir)/liblttngctl/liblttngctl.la
This page took 0.023529 seconds and 4 git commands to generate.