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>
This commit is contained in:
João Valverde 2016-02-25 20:20:59 +00:00 committed by Guy Harris
parent 7a9bd51e95
commit 2eee433a33
1 changed files with 4 additions and 0 deletions

View File

@ -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@ \