aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-08 17:30:02 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-08 17:30:02 +0000
commit9e79ec13bfe817178e7084a12d407f33859162de (patch)
treec3599a9d10783a2195a097c603da7d22de9a06eb
parent60a22a4072860d4defb6852f2ae2729511a432c7 (diff)
downloadwireshark-9e79ec13bfe817178e7084a12d407f33859162de.tar.gz
wireshark-9e79ec13bfe817178e7084a12d407f33859162de.tar.bz2
wireshark-9e79ec13bfe817178e7084a12d407f33859162de.zip
Move alert_box.c to the ui directory.
svn path=/trunk/; revision=41436
-rw-r--r--Makefile.common1
-rw-r--r--ui/Makefile.common1
-rw-r--r--ui/alert_box.c (renamed from alert_box.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 741fa4a0ce..0ca12744d0 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -103,7 +103,6 @@ wireshark_SOURCES = \
$(WIRESHARK_COMMON_SRC) \
$(SHARK_COMMON_CAPTURE_SRC) \
airpcap_loader.c \
- alert_box.c \
capture.c \
capture_info.c \
capture_opts.c \
diff --git a/ui/Makefile.common b/ui/Makefile.common
index b6fe816cfd..559e01ed58 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -41,6 +41,7 @@ GENERATED_FILES = \
GENERATOR_FILES =
WIRESHARK_UI_SRC = \
+ alert_box.c \
util.c
noinst_HEADERS = \
diff --git a/alert_box.c b/ui/alert_box.c
index 148f35689c..148f35689c 100644
--- a/alert_box.c
+++ b/ui/alert_box.c