aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-08 17:43:34 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-08 17:43:34 +0000
commit1667f1ef11b012fe782a7f8d190554cae96561ad (patch)
tree9e67f6cdc6c3cd8ef53e656987a5c759f48cae0e
parent9e79ec13bfe817178e7084a12d407f33859162de (diff)
Reflect the move of alert_box.c to the ui directory.
svn path=/trunk/; revision=41437
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93103615a2..840925a7c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -672,7 +672,6 @@ set(LIBEPAN_LIBS
if( (BUILD_wireshark AND GTK_FOUND) OR (BUILD_qtshark AND QT_FOUND) )
set(wireshark_FILES
airpcap_loader.c
- alert_box.c
capture.c
capture_info.c
capture_opts.c
@@ -688,6 +687,7 @@ if( (BUILD_wireshark AND GTK_FOUND) OR (BUILD_qtshark AND QT_FOUND) )
summary.c
tempfile.c
u3.c
+ ui/alert_box.c
ui/util.c
${SHARK_COMMON_CAPTURE_SRC}
${WIRESHARK_COMMON_SRC}