Move dftest.c back to the top-level directory; that way, all of the
authorGuy Harris <guy@alum.mit.edu>
Sun, 19 Feb 2012 05:57:14 +0000 (05:57 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sun, 19 Feb 2012 05:57:14 +0000 (05:57 -0000)
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

Makefile.common
dftest.c [moved from ui/cli/dftest.c with 100% similarity]

index b1396878923c5965c5c7700c114cd3826ce11689..c2cd69ab77be7e0c7fd5cc9560a14e75c84966d5 100644 (file)
@@ -220,7 +220,7 @@ capinfos_SOURCES = \
 
 # dftest specifics
 dftest_SOURCES =       \
-       ui/cli/dftest.c
+       dftest.c
 
 # randpkt specifics
 randpkt_SOURCES = \
similarity index 100%
rename from ui/cli/dftest.c
rename to dftest.c