Makefile.am: Remove INSTALL file from EXTRA_DIST

We don't use this file or carry it, so don't list it in the manifest

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
Neil Horman 2012-08-27 11:26:54 -04:00
parent 5dfe1f8817
commit fc6441208a

View file

@ -22,7 +22,7 @@
AUTOMAKE_OPTIONS = no-dependencies
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = INSTALL COPYING autogen.sh misc/irqbalance.service
EXTRA_DIST = COPYING autogen.sh misc/irqbalance.service
INCLUDES = -I${top_srcdir}
AM_CFLAGS = $(LIBCAP_NG_CFLAGS) $(GLIB_CFLAGS)