summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2019-01-30 10:24:44 +0100
committerUlf Hermann <[email protected]>2019-08-26 07:50:53 +0000
commitd2db6ecd9994210e75fb4362d781ec882ec7238a (patch)
treede0a6af582218030dcae43ed1a6911756f7527d1 /lib/Makefile.am
parent188c2613b3744345e2ba3d4cfd0bcc47b12b74ae (diff)
upstream is growing an option to install elf.h. We want to use that. Change-Id: Ica5bf0cdf281eb17ef29e0e1029662a5a9d875b1 Reviewed-by: Christian Kandeler <[email protected]> Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index edd669fb..908bd894 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -46,7 +46,7 @@ if !GPROF
xmalloc_CFLAGS = -ffunction-sections
endif
-if SELFCONTAINED
+if INSTALL_FEATURESH
install-headers: install-am features.h.in
$(mkinstalldirs) $(DESTDIR)$(includedir)
$(INSTALL_HEADER) $(top_srcdir)/lib/features.h.in $(DESTDIR)$(includedir)/features.h