From 2eee433a33dd8dec3f688a85ed4fc63c7a3e2b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 25 Feb 2016 20:20:59 +0000 Subject: extcap: Fix make distcheck Change-Id: I46ba924e4231ae0e59d9cd7870cde516df8f3c28 Reviewed-on: https://code.wireshark.org/review/14152 Petri-Dish: Guy Harris Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris --- extcap/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extcap/Makefile.am') 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@ \ -- cgit v1.2.1