aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-26 01:14:35 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-26 01:14:35 +0000
commitbbf6a3766e65ebc66f06f936e530e79ec2d5b31b (patch)
tree36807307f1569f29471ae157dcc82141c422a1ad /Makefile.common
parent3ab335948b76b1a87fd0c193050673ffd37c9a86 (diff)
Move tempfile.{h,c} into wsutil.
svn path=/trunk/; revision=50163
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index 6e3b3572c6..f86b4a3034 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -79,7 +79,6 @@ SHARK_COMMON_INCLUDES = \
print.h \
ps.h \
register.h \
- tempfile.h \
tap-megaco-common.h \
tap-rtp-common.h \
version_info.h \
@@ -116,7 +115,6 @@ WIRESHARK_COMMON_SRC = \
merge.c \
proto_hier_stats.c \
summary.c \
- tempfile.c \
u3.c \
ws80211_utils.c
@@ -146,7 +144,6 @@ tshark_SOURCES = \
$(SHARK_COMMON_SRC) \
$(SHARK_COMMON_CAPTURE_SRC) \
capture_opts.c \
- tempfile.c \
tshark.c
# rawshark specifics
@@ -207,7 +204,6 @@ dumpcap_SOURCES = \
pcapio.c \
ringbuffer.c \
sync_pipe_write.c \
- tempfile.c \
version_info.c \
ws80211_utils.c