From ea998190cfe5a051224490172cfaedc69b777ff6 Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Wed, 26 Jul 2017 12:28:50 +0200 Subject: [PATCH] Qt: Fix Makefile.am for utils dir change Fix Makefile.am Change-Id: I31cdbc2af0659b247d22af7438300c44acfff63e Reviewed-on: https://code.wireshark.org/review/22801 Reviewed-by: Roland Knall --- ui/qt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am index 16fa08708a..2a037342af 100644 --- a/ui/qt/Makefile.am +++ b/ui/qt/Makefile.am @@ -480,7 +480,7 @@ WIRESHARK_QT_WIDGET_SRC = \ WIRESHARK_QT_UTILS_SRC = \ utils/color_utils.cpp \ utils/stock_icon.cpp \ - utils/qt_ui_utils.cpp \ + utils/qt_ui_utils.cpp WIRESHARK_QT_SRC = \ about_dialog.cpp \