summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.am
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-04 15:23:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-04 15:23:47 +0000
commit82913779e4923c34ef2d3985f02681fc978da29c (patch)
treec162be71c9064c25ffc03f5da4ab84018a0a47c1 /wsutil/Makefile.am
parente41643f34a3a09311ab949583fb31d8c0ada6273 (diff)
downloadwireshark-82913779e4923c34ef2d3985f02681fc978da29c.tar.gz
Update to a version which have getopt_long().
svn path=/trunk/; revision=41926
Diffstat (limited to 'wsutil/Makefile.am')
-rw-r--r--wsutil/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index c26992a9bf..4401d0b874 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -96,7 +96,8 @@ EXTRA_libwsutil_la_SOURCES= \
strptime.c \
strptime.h \
wsgetopt.c \
- wsgetopt.h
+ wsgetopt.h \
+ wsgetopt_int.h
libwsutil_la_DEPENDENCIES= \
$(wsutil_optional_objects) \