List headers noninst to make them part of the distribution

This commit is contained in:
Thomas Graf 2013-07-05 15:25:19 +02:00
parent 55a9cc28ce
commit d3ebae78ad
3 changed files with 21 additions and 1 deletions

View File

@ -2,7 +2,7 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src man
SUBDIRS = src man include
pkgsysconfdir = $(sysconfdir)
pkgsysconf_DATA = etc/bmon.conf

View File

@ -184,6 +184,7 @@ AC_SUBST(CURSES)
AC_CONFIG_FILES([
Makefile
include/Makefile
src/Makefile
man/Makefile
])

19
include/Makefile.am Normal file
View File

@ -0,0 +1,19 @@
noinst_HEADERS = \
bmon/attr.h \
bmon/bmon.h \
bmon/compile-fixes.h \
bmon/conf.h \
bmon/config.h \
bmon/defs.h \
bmon/element_cfg.h \
bmon/element.h \
bmon/graph.h \
bmon/group.h \
bmon/history.h \
bmon/info.h \
bmon/input.h \
bmon/list.h \
bmon/module.h \
bmon/output.h \
bmon/unit.h \
bmon/utils.h