Browse Source

cosmetics: Add missing ending backslash to installed header list.

Originally committed as revision 19135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun 15 years ago
parent
commit
9d58d4717a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavutil/Makefile

+ 1 - 1
libavutil/Makefile

@@ -17,7 +17,7 @@ HEADERS = adler32.h                                                     \
           mem.h                                                         \
           pixfmt.h                                                      \
           rational.h                                                    \
-          sha1.h
+          sha1.h                                                        \
 
 OBJS = adler32.o                                                        \
        aes.o                                                            \