aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-01-16 03:23:22 +0000
committerGuy Harris <guy@alum.mit.edu>2012-01-16 03:23:22 +0000
commit31badacab3382def4e54f09679878ce2f4a36226 (patch)
treefece51323de29a6ae9a512c75cb63685614d587f /Makefile.common
parentd8c13bcee1b108d8a42d13742f0dfcb84b51c213 (diff)
Move alert_box.c back up to the top-level directory for now, to fix the
Windows build. We probably want to construct a "ui" (static) library the same way we construct the libwireshark (dynamic) library, out of stuff in the ui directory and the relevant subdirectories. svn path=/trunk/; revision=40541
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
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 = \