Reflect the move of alert_box.c to the ui directory.
authorGuy Harris <guy@alum.mit.edu>
Thu, 8 Mar 2012 17:43:34 +0000 (17:43 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 8 Mar 2012 17:43:34 +0000 (17:43 -0000)
svn path=/trunk/; revision=41437

CMakeLists.txt

index 93103615a28ef4740394e52d2b12e1c3d70bc824..840925a7c081ddf7d898d3a163357a9377ed6f54 100644 (file)
@@ -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}