aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-03 02:08:48 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-03 09:09:14 +0000
commitedc67362936f6e23ca0a630e6321563395a91e35 (patch)
tree4a84e03e467f27f932a3e99ab668e63b6aa5693a /Makefile.common
parentf0ed0e69fa5ab097ddb7cbfa4bb6b54f4c183f0c (diff)
Add --help and --version support.
Make the output for them resemble the output for other programs. Change-Id: I45dbee32ad403b8fedc2350ac9096ac1a5820cbe Reviewed-on: https://code.wireshark.org/review/2799 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 00a003186f..72f7ee5988 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -137,7 +137,8 @@ capinfos_SOURCES = \
# captype specifics
captype_SOURCES = \
- captype.c
+ captype.c \
+ version_info.c
# dftest specifics
dftest_SOURCES = \