mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
38e2e9ce83
A bunch of places need to edit files to incorporate the configured paths i.e. bindir, sbindir etc. Move this logic into a common file. Create arc_summary by copying arc_summary[23] as appropriate at build time instead of install time. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10559
15 lines
309 B
Makefile
15 lines
309 B
Makefile
include $(top_srcdir)/config/Substfiles.am
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/include
|
|
dist_pkgdata_DATA = \
|
|
blkdev.shlib \
|
|
commands.cfg \
|
|
libtest.shlib \
|
|
math.shlib \
|
|
properties.shlib \
|
|
tunables.cfg \
|
|
zpool_script.shlib
|
|
|
|
nodist_pkgdata_DATA = default.cfg
|
|
SUBSTFILES += $(nodist_pkgdata_DATA)
|