summaryrefslogtreecommitdiff
path: root/Makefile.common
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 /Makefile.common
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
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 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 = \