List headers noninst to make them part of the distribution
This commit is contained in:
parent
55a9cc28ce
commit
d3ebae78ad
@ -2,7 +2,7 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = src man
|
||||
SUBDIRS = src man include
|
||||
|
||||
pkgsysconfdir = $(sysconfdir)
|
||||
pkgsysconf_DATA = etc/bmon.conf
|
||||
|
@ -184,6 +184,7 @@ AC_SUBST(CURSES)
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
include/Makefile
|
||||
src/Makefile
|
||||
man/Makefile
|
||||
])
|
||||
|
19
include/Makefile.am
Normal file
19
include/Makefile.am
Normal 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
|
Loading…
x
Reference in New Issue
Block a user