aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-07-30 13:50:04 -0700
committerGuy Harris <guy@alum.mit.edu>2016-07-30 20:51:00 +0000
commitc2ac9c5c0316a27f54830fae0b70cf7825c6d99c (patch)
tree405d532572e8a4b659e6961e0040b65e99cfd760 /epan/wmem
parentf6322a4977181103431637703f11649e5023d6b0 (diff)
Use correct relative path.
The build is done in epan/wmem, so libwsutil.la is in ../../wsutil. Change-Id: I053f6b925829e9c5e9ded014fbc716abc527b46a Reviewed-on: https://code.wireshark.org/review/16790 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wmem/Makefile.am b/epan/wmem/Makefile.am
index ac8af8ab4d..e2e316ca6a 100644
--- a/epan/wmem/Makefile.am
+++ b/epan/wmem/Makefile.am
@@ -73,7 +73,7 @@ wmem_test_SOURCES = wmem_test.c
wmem_test_LDADD = \
libwmem.la \
$(GLIB_LIBS) \
- wsutil/libwsutil.la
+ ../../wsutil/libwsutil.la
test-programs: wmem_test