aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-11-23 17:31:38 +0100
committerRoland Knall <rknall@gmail.com>2017-11-23 17:51:19 +0000
commit6cc3abfc55ed4c7db7e423c4552c4f3c16749fa4 (patch)
treeeda046b73d16a5cf31dbb884fcb17f188ae482b1
parent0780975703887f4fb21cfaa0c5869cb49daea482 (diff)
[make-dissectors] Need to link with wsutil
Change-Id: I033352dfb1836d646db5a3db04b125d2058867c9 Reviewed-on: https://code.wireshark.org/review/24556 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
-rw-r--r--epan/dissectors/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index c6dbdb8fad..b07e6c1050 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -1904,7 +1904,8 @@ noinst_PROGRAMS = make-dissectors
make_dissectors_CFLAGS = $(WS_CPPFLAGS) $(GLIB_CFLAGS)
-make_dissectors_LDADD = $(GLIB_LIBS)
+make_dissectors_LDADD = $(GLIB_LIBS) \
+ ${top_builddir}/wsutil/libwsutil.la
# include asn1 in the source tarball. But nothing to build...
DIST_SUBDIRS = asn1 dcerpc