aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-12-30 19:36:26 -0800
committerGuy Harris <guy@alum.mit.edu>2014-12-31 03:41:02 +0000
commitc1f30471caebea3e7954cc4fbf876b2eae1045e4 (patch)
tree87b10cc473da009eb2b2002059fe0b86c1ec81cd /Makefile.common
parent4eeb440b70a720dec71317702def6dec9a0914b2 (diff)
Move the version_info.c stuff to wsutil/ws_version_info.c.
Change-Id: I3a5c7e219974bfb924819b43b4d445eaf00e5bde Reviewed-on: https://code.wireshark.org/review/6153 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common23
1 files changed, 7 insertions, 16 deletions
diff --git a/Makefile.common b/Makefile.common
index 1a24af0433..6eef1de2c4 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -44,7 +44,6 @@ SHARK_COMMON_SRC = \
cfile.c \
frame_tvbuff.c \
sync_pipe_write.c \
- version_info.c \
extcap.c \
extcap_parser.c
@@ -58,7 +57,6 @@ SHARK_COMMON_INCLUDES = \
fileset.h \
frame_tvbuff.h \
register.h \
- version_info.h \
ws_symbol_export.h
# wireshark specifics
@@ -101,8 +99,7 @@ rawshark_SOURCES = \
text2pcap_SOURCES = \
pcapio.c \
text2pcap.c \
- text2pcap-scanner.l \
- version_info.c
+ text2pcap-scanner.l
text2pcap_INCLUDES = \
pcapio.h \
@@ -110,28 +107,23 @@ text2pcap_INCLUDES = \
# mergecap specifics
mergecap_SOURCES = \
- mergecap.c \
- version_info.c
+ mergecap.c
# editcap specifics
editcap_SOURCES = \
- editcap.c \
- version_info.c
+ editcap.c
# reordercap specifics
reordercap_SOURCES = \
- reordercap.c \
- version_info.c
+ reordercap.c
# capinfos specifics
capinfos_SOURCES = \
- capinfos.c \
- version_info.c
+ capinfos.c
# captype specifics
captype_SOURCES = \
- captype.c \
- version_info.c
+ captype.c
# dftest specifics
dftest_SOURCES = \
@@ -149,8 +141,7 @@ dumpcap_SOURCES = \
dumpcap.c \
pcapio.c \
ringbuffer.c \
- sync_pipe_write.c \
- version_info.c
+ sync_pipe_write.c
# corresponding headers
dumpcap_INCLUDES = \