diff --git a/Makefile.common b/Makefile.common index c74388ccde..e403085549 100644 --- a/Makefile.common +++ b/Makefile.common @@ -147,6 +147,7 @@ wireshark_SOURCES = \ $(WIRESHARK_COMMON_SRC) \ $(SHARK_COMMON_CAPTURE_SRC) \ airpcap_loader.c \ + alert_box.c \ capture.c \ capture_info.c \ capture_opts.c \ @@ -159,8 +160,7 @@ wireshark_SOURCES = \ proto_hier_stats.c \ summary.c \ tempfile.c \ - u3.c \ - ui/alert_box.c + u3.c # corresponding headers wireshark_INCLUDES = \ diff --git a/ui/alert_box.c b/alert_box.c similarity index 98% rename from ui/alert_box.c rename to alert_box.c index 666759df0f..148f35689c 100644 --- a/ui/alert_box.c +++ b/alert_box.c @@ -34,9 +34,9 @@ #include #include -#include "alert_box.h" +#include "ui/alert_box.h" -#include "simple_dialog.h" +#include "ui/simple_dialog.h" /* * Alert box for general errors.