From ab857d115c9f7621ca53ed847a5260679b265b8d Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 7 Nov 2009 03:08:49 +0000 Subject: [PATCH] Add libffms/include/*.h to the list of sources so the headers get included, found by rofflwalffls on irc, thanks! Originally committed to SVN as r3769. --- aegisub/libffms/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aegisub/libffms/Makefile.am b/aegisub/libffms/Makefile.am index 851d4cea6..2204f3dae 100644 --- a/aegisub/libffms/Makefile.am +++ b/aegisub/libffms/Makefile.am @@ -22,4 +22,5 @@ libffmpegsource_aegisub_a_SOURCES = \ src/core/wave64writer.cpp libffmpegsource_aegisub_a_SOURCES += \ - src/core/*.h + src/core/*.h \ + include/*.h