From 9d58d4717aa541effa8b04cf80e86ae0d8d77484 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 9 Jun 2009 07:18:58 +0000 Subject: cosmetics: Add missing ending backslash to installed header list. Originally committed as revision 19135 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index a8ff244b13..53105a8d5d 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -17,7 +17,7 @@ HEADERS = adler32.h \ mem.h \ pixfmt.h \ rational.h \ - sha1.h + sha1.h \ OBJS = adler32.o \ aes.o \ -- cgit v1.2.3