summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-02-19 05:57:14 +0000
committerGuy Harris <guy@alum.mit.edu>2012-02-19 05:57:14 +0000
commit9dc2cbdeccdee432cd9bcdf8501f52e0f1d0e01b (patch)
tree196d34adbf76ae2ff46681441635bf6c970b8061
parent89a5b93d98b7e90a4d0711a29270fbef2d91db4b (diff)
downloadwireshark-9dc2cbdeccdee432cd9bcdf8501f52e0f1d0e01b.tar.gz
Move dftest.c back to the top-level directory; that way, all of the
stuff in ui/cli can be stuffed into a libcliui library to link with TShark, and all of the source files containing main() (except for Wireshark) are in the top-level directory (dftest isn't any more special than TShark or capinfos or mergecap or editcap or...). svn path=/trunk/; revision=41064
-rw-r--r--Makefile.common2
-rw-r--r--dftest.c (renamed from ui/cli/dftest.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index b139687892..c2cd69ab77 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -220,7 +220,7 @@ capinfos_SOURCES = \
# dftest specifics
dftest_SOURCES = \
- ui/cli/dftest.c
+ dftest.c
# randpkt specifics
randpkt_SOURCES = \
diff --git a/ui/cli/dftest.c b/dftest.c
index 939f77be11..939f77be11 100644
--- a/ui/cli/dftest.c
+++ b/dftest.c