rename lttngtop/ to src/
[lttngtop.git] / src / Makefile.am
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644 (file)
index 0000000..5d6ca3e
--- /dev/null
@@ -0,0 +1,12 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS)
+
+bin_PROGRAMS = lttngtop
+
+lttngtop_SOURCES = \
+       lttngtop.c \
+       common.c \
+       cursesdisplay.c \
+       cputop.c \
+       iostreamtop.c
+
+lttngtop_LDADD = -lbabeltrace -lctf
This page took 0.021902 seconds and 4 git commands to generate.