summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-02-17 12:30:27 +0000
committerJörg Mayer <jmayer@loplof.de>2012-02-17 12:30:27 +0000
commit35508464b20bcf32ad548bb9f8c5424eddf5887a (patch)
tree80f16acb51d81ce613bf7741f6db62b4f73534f3 /Makefile.common
parentcdc504ac3fb9121856263c6f2b6e9c6816256ea8 (diff)
downloadwireshark-35508464b20bcf32ad548bb9f8c5424eddf5887a.tar.gz
Start moving files to ui/ and ui/cli/
svn path=/trunk/; revision=41047
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common86
1 files changed, 43 insertions, 43 deletions
diff --git a/Makefile.common b/Makefile.common
index 6903477b06..388ecfc5c2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -57,7 +57,7 @@ WIRESHARK_COMMON_SRC = \
ps.c \
sync_pipe_write.c \
timestats.c \
- util.c \
+ ui/util.c \
tap-megaco-common.c \
tap-rtp-common.c \
version_info.c
@@ -83,7 +83,7 @@ WIRESHARK_COMMON_INCLUDES = \
register.h \
tempfile.h \
timestats.h \
- util.h \
+ ui/util.h \
tap-megaco-common.h \
tap-rtp-common.h \
version_info.h
@@ -103,45 +103,45 @@ SHARK_COMMON_CAPTURE_INCLUDES = \
# sources for TShark taps
TSHARK_TAP_SRC = \
- tap-afpstat.c \
- tap-ansi_astat.c \
- tap-bootpstat.c \
- tap-camelcounter.c \
- tap-camelsrt.c \
- tap-comparestat.c \
- tap-dcerpcstat.c \
- tap-diameter-avp.c \
- tap-expert.c \
- tap-follow.c \
- tap-funnel.c \
- tap-gsm_astat.c \
- tap-h225counter.c \
- tap-h225rassrt.c \
- tap-hosts.c \
- tap-httpstat.c \
- tap-icmpstat.c \
- tap-icmpv6stat.c \
- tap-iostat.c \
- tap-iousers.c \
- tap-macltestat.c \
- tap-mgcpstat.c \
- tap-megacostat.c \
- tap-protocolinfo.c \
- tap-protohierstat.c \
- tap-radiusstat.c \
- tap-rlcltestat.c \
- tap-rpcstat.c \
- tap-rpcprogs.c \
- tap-rtp.c \
- tap-rtspstat.c \
- tap-scsistat.c \
- tap-sctpchunkstat.c \
- tap-sipstat.c \
- tap-smbsids.c \
- tap-smbstat.c \
- tap-stats_tree.c \
- tap-sv.c \
- tap-wspstat.c
+ ui/cli/tap-afpstat.c \
+ ui/cli/tap-ansi_astat.c \
+ ui/cli/tap-bootpstat.c \
+ ui/cli/tap-camelcounter.c \
+ ui/cli/tap-camelsrt.c \
+ ui/cli/tap-comparestat.c \
+ ui/cli/tap-dcerpcstat.c \
+ ui/cli/tap-diameter-avp.c \
+ ui/cli/tap-expert.c \
+ ui/cli/tap-follow.c \
+ ui/cli/tap-funnel.c \
+ ui/cli/tap-gsm_astat.c \
+ ui/cli/tap-h225counter.c \
+ ui/cli/tap-h225rassrt.c \
+ ui/cli/tap-hosts.c \
+ ui/cli/tap-httpstat.c \
+ ui/cli/tap-icmpstat.c \
+ ui/cli/tap-icmpv6stat.c \
+ ui/cli/tap-iostat.c \
+ ui/cli/tap-iousers.c \
+ ui/cli/tap-macltestat.c \
+ ui/cli/tap-mgcpstat.c \
+ ui/cli/tap-megacostat.c \
+ ui/cli/tap-protocolinfo.c \
+ ui/cli/tap-protohierstat.c \
+ ui/cli/tap-radiusstat.c \
+ ui/cli/tap-rlcltestat.c \
+ ui/cli/tap-rpcstat.c \
+ ui/cli/tap-rpcprogs.c \
+ ui/cli/tap-rtp.c \
+ ui/cli/tap-rtspstat.c \
+ ui/cli/tap-scsistat.c \
+ ui/cli/tap-sctpchunkstat.c \
+ ui/cli/tap-sipstat.c \
+ ui/cli/tap-smbsids.c \
+ ui/cli/tap-smbstat.c \
+ ui/cli/tap-stats_tree.c \
+ ui/cli/tap-sv.c \
+ ui/cli/tap-wspstat.c
# wireshark specifics
wireshark_SOURCES = \
@@ -230,8 +230,8 @@ capinfos_SOURCES = \
# dftest specifics
dftest_SOURCES = \
- dftest.c \
- util.c
+ ui/cli/dftest.c \
+ ui/util.c
# randpkt specifics
randpkt_SOURCES = \