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.
This commit is contained in:
Amar Takhar 2009-11-07 03:08:49 +00:00
parent 78ccb785cc
commit ab857d115c

View file

@ -22,4 +22,5 @@ libffmpegsource_aegisub_a_SOURCES = \
src/core/wave64writer.cpp
libffmpegsource_aegisub_a_SOURCES += \
src/core/*.h
src/core/*.h \
include/*.h