summaryrefslogtreecommitdiff
path: root/extcap/Makefile.am
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-25 20:20:59 +0000
committerGuy Harris <guy@alum.mit.edu>2016-02-26 03:04:06 +0000
commit2eee433a33dd8dec3f688a85ed4fc63c7a3e2b48 (patch)
tree3ab6795aaa9b876a66c2b69f1b14b3ab1dbb85ba /extcap/Makefile.am
parent7a9bd51e9501bfe6488d3e913195fafdb3f01bf4 (diff)
downloadwireshark-2eee433a33dd8dec3f688a85ed4fc63c7a3e2b48.tar.gz
extcap: Fix make distcheck
Change-Id: I46ba924e4231ae0e59d9cd7870cde516df8f3c28 Reviewed-on: https://code.wireshark.org/review/14152 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'extcap/Makefile.am')
-rw-r--r--extcap/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/extcap/Makefile.am b/extcap/Makefile.am
index 6ca767837a..5a09365cda 100644
--- a/extcap/Makefile.am
+++ b/extcap/Makefile.am
@@ -19,6 +19,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+include Makefile.common
include ../Makefile.am.inc
ACLOCAL_AMFLAGS = `../aclocal-flags`
@@ -28,6 +29,9 @@ AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(GLIB_CFLAGS)
MAINTAINERCLEANFILES = \
Makefile.in
+EXTRA_DIST = \
+ Makefile.common
+
extcap_PROGRAMS = \
@androiddump_bin@ \
@randpktdump_bin@ \