Added irqbalance man page to Makefile.am to include it in the dist tarball

Resolves: http://code.google.com/p/irqbalance/issues/detail?id=13
Signed-off-by: Neil Horman <nhorman@gmail.com>



git-svn-id: https://irqbalance.googlecode.com/svn/trunk@33 46b42954-3823-0410-bd82-eb80b452c9b5
This commit is contained in:
nhorman 2011-06-20 18:43:21 +00:00
parent 8f13ed221d
commit 9d23cccf32

View file

@ -21,7 +21,7 @@
#
AUTOMAKE_OPTIONS = no-dependencies
EXTRA_DIST = README INSTALL COPYING autogen.sh m4/cap-ng.m4
EXTRA_DIST = README INSTALL COPYING autogen.sh cap-ng.m4
INCLUDES = -I${top_srcdir}
LIBS = $(CAPNG_LDADD) $(GLIB_LIBS)
@ -31,6 +31,7 @@ noinst_HEADERS = bitmap.h constants.h cpumask.h irqbalance.h non-atomic.h \
sbin_PROGRAMS = irqbalance
irqbalance_SOURCES = activate.c bitmap.c classify.c cputree.c irqbalance.c \
irqlist.c network.c numa.c placement.c powermode.c procinterrupts.c
dist_man_MANS = irqbalance.1
CONFIG_CLEAN_FILES = debug*.list config/*
clean-generic: