diff options
author | Namhyung Kim <namhyung@kernel.org> | 2012-08-16 04:14:52 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-08-17 11:37:11 -0400 |
commit | 4bb1646a80db65bb45c0a1bffb2435c6690c392e (patch) | |
tree | 137c08abf4cb8d74d79d76ab299e681ff2ae1780 /tools/perf/Makefile | |
parent | e6e9046879493d8bf8f44ac1f2718c4a5628aa52 (diff) |
perf ui gtk: Implement helpline_fns
Add helpline API implementation to GTK front-end.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Pekka Enberg <penberg@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1345104894-14205-3-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 483fb69fa4ae..75af93dc52ad 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -600,6 +600,7 @@ else | |||
600 | LIB_OBJS += $(OUTPUT)ui/gtk/browser.o | 600 | LIB_OBJS += $(OUTPUT)ui/gtk/browser.o |
601 | LIB_OBJS += $(OUTPUT)ui/gtk/setup.o | 601 | LIB_OBJS += $(OUTPUT)ui/gtk/setup.o |
602 | LIB_OBJS += $(OUTPUT)ui/gtk/util.o | 602 | LIB_OBJS += $(OUTPUT)ui/gtk/util.o |
603 | LIB_OBJS += $(OUTPUT)ui/gtk/helpline.o | ||
603 | # Make sure that it'd be included only once. | 604 | # Make sure that it'd be included only once. |
604 | ifneq ($(findstring -DNO_NEWT_SUPPORT,$(BASIC_CFLAGS)),) | 605 | ifneq ($(findstring -DNO_NEWT_SUPPORT,$(BASIC_CFLAGS)),) |
605 | LIB_OBJS += $(OUTPUT)ui/setup.o | 606 | LIB_OBJS += $(OUTPUT)ui/setup.o |