diff options
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 f8466b49b922..5a9075ea218e 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -648,6 +648,7 @@ ifndef NO_GTK2 | |||
648 | LIB_OBJS += $(OUTPUT)ui/gtk/setup.o | 648 | LIB_OBJS += $(OUTPUT)ui/gtk/setup.o |
649 | LIB_OBJS += $(OUTPUT)ui/gtk/util.o | 649 | LIB_OBJS += $(OUTPUT)ui/gtk/util.o |
650 | LIB_OBJS += $(OUTPUT)ui/gtk/helpline.o | 650 | LIB_OBJS += $(OUTPUT)ui/gtk/helpline.o |
651 | LIB_OBJS += $(OUTPUT)ui/gtk/progress.o | ||
651 | # Make sure that it'd be included only once. | 652 | # Make sure that it'd be included only once. |
652 | ifeq ($(findstring -DNEWT_SUPPORT,$(BASIC_CFLAGS)),) | 653 | ifeq ($(findstring -DNEWT_SUPPORT,$(BASIC_CFLAGS)),) |
653 | LIB_OBJS += $(OUTPUT)ui/setup.o | 654 | LIB_OBJS += $(OUTPUT)ui/setup.o |