aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.am
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-08 17:54:50 +0100
committerJoão Valverde <j@v6e.pt>2017-10-17 15:33:52 +0000
commita8a0d5ff98e008a11ea9851f4bb09bd3663e248b (patch)
treea884f1599577327e30109a293926e69957a8b9aa /wsutil/Makefile.am
parent6f9630561f0a0ae2842d90043b4ccc595ef06f3e (diff)
autotools: Fix bogus checkAPI targets
Change-Id: Ifc8884fc0f0e4548db79a68e3fbc35c7e5fb9be9 Reviewed-on: https://code.wireshark.org/review/23947 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
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 f9cfb31baf..62580c0cd8 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -245,7 +245,7 @@ clean-dumpabi-libwsutil:
checkapi:
$(PERL) $(top_srcdir)/tools/checkAPIs.pl -g termoutput -build \
-sourcedir=$(srcdir) \
- $(LIBWSUTIL_SRC)
+ $(libwsutil_la_SOURCES)
# $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput \
# -sourcedir=$(srcdir) \