summaryrefslogtreecommitdiff
path: root/extcap/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-02-22 19:06:16 -0800
committerGuy Harris <guy@alum.mit.edu>2016-02-23 03:06:42 +0000
commit00bd175f1ad3c6af8c56762d1c32d5ad64adc24e (patch)
treed0571e81ab328ce91117d966de15f54caa5ab054 /extcap/Makefile.am
parent7282e80e68aade3e56e94095eb019c292b3a7b54 (diff)
downloadwireshark-00bd175f1ad3c6af8c56762d1c32d5ad64adc24e.tar.gz
Have "make maintainer-clean" remove extcap/Makefile.in.
(Is there some reason why automake doesn't make this happen by default?) Change-Id: I1a4fff32696012d0fd83faf86a2f40df4ea5fa80 Reviewed-on: https://code.wireshark.org/review/14085 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'extcap/Makefile.am')
-rw-r--r--extcap/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/extcap/Makefile.am b/extcap/Makefile.am
index 46eeb5cc8b..6ca767837a 100644
--- a/extcap/Makefile.am
+++ b/extcap/Makefile.am
@@ -25,6 +25,9 @@ ACLOCAL_AMFLAGS = `../aclocal-flags`
AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(GLIB_CFLAGS)
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
extcap_PROGRAMS = \
@androiddump_bin@ \
@randpktdump_bin@ \