summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-10-25 17:13:06 +0300
committerMartin Storsjö <martin@martin.st>2012-10-25 18:36:11 +0300
commit121604b024cfd04644a9aa6012bd0e9a48efbd9f (patch)
tree008800c1015f883c07a5c8fc1b8c8f3cdf71fc99 /Makefile
parent254056c4ab6161d687caf8e9b837571db76e60c6 (diff)
build: Include HEADERS-yes in the HEADERS variable
This makes sure the previously always installed public header lzo.h is installed if the LZO functionality is enabled. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07df53871a..1f73a0a6a8 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ config.h: .config
@-tput sgr0 2>/dev/null
SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \
- ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \
+ HEADERS ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \
ARMV5TE-OBJS ARMV6-OBJS ARMVFP-OBJS NEON-OBJS \
ALTIVEC-OBJS VIS-OBJS \
MMX-OBJS YASM-OBJS \