aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.am
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2012-01-19 22:55:37 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2012-01-19 22:55:37 +0000
commit26503be7dcdd4536006d0f5e8f32a0de8caca206 (patch)
tree64be874a256e5b25ff747b5af6d65ab6ebcfc7d0 /wsutil/Makefile.am
parent7b97eb7de29a2de913df29a338cfcd16aeb52741 (diff)
downloadwireshark-26503be7dcdd4536006d0f5e8f32a0de8caca206.tar.gz
wireshark-26503be7dcdd4536006d0f5e8f32a0de8caca206.tar.bz2
wireshark-26503be7dcdd4536006d0f5e8f32a0de8caca206.zip
fix compile errors found by dumpabi target
svn path=/trunk/; revision=40595
Diffstat (limited to 'wsutil/Makefile.am')
-rw-r--r--wsutil/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index 8688c7376c..e959e42631 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -129,7 +129,7 @@ MAINTAINERCLEANFILES = \
# Checked using version 1.21.12
dumpabi: all abi-descriptor.xml
rm -rf abi-check-headers abi_dumps .libs/*.abi.tar.gz; \
- mkdir abi-check-headers; cp *.h abi-check-headers/; \
+ mkdir abi-check-headers; cp ../config.h *.h abi-check-headers/; \
abi-compliance-checker -l libwsutil -v1 `ls .libs/libwsutil.so.?.?.?|sed 's/.*\.so\.//'` \
-relpath $(abs_srcdir) -dump-abi abi-descriptor.xml && \
cp -f abi_dumps/libwsutil/libwsutil_* .libs/; \