From ce028ab9a798f85a7503201be13c3ca01726f81b Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 25 Oct 2012 09:54:45 -0300 Subject: [PATCH] Restore installation of libavutil/lzo.h after 2a91ada8282f18d2807abee5188225bba1b19bda Signed-off-by: Michael Niedermayer --- libavutil/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index 88a978f96f..a67cb537a2 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -2,6 +2,8 @@ include $(SUBDIR)../config.mak NAME = avutil +HEADERS-$(CONFIG_LZO) += lzo.h + HEADERS = adler32.h \ aes.h \ attributes.h \ @@ -45,8 +47,7 @@ HEADERS = adler32.h \ timestamp.h \ version.h \ xtea.h \ - -HEADERS-$(CONFIG_LZO) += lzo.h + $(HEADERS-yes) \ ARCH_HEADERS = bswap.h \ intmath.h \