From 9d58d4717aa541effa8b04cf80e86ae0d8d77484 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 9 Jun 2009 07:18:58 +0000
Subject: [PATCH] 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 a8ff244b13a..53105a8d5d7 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                                                            \
-- 
GitLab