summaryrefslogtreecommitdiffstats
path: root/libass/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libass/Makefile.am')
-rw-r--r--libass/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index a088130..465ecd0 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -24,7 +24,8 @@ SRC_CORETEXT = ass_coretext.c ass_coretext.h
lib_LTLIBRARIES = libass.la
libass_la_SOURCES = ass.h ass.c ass_types.h ass_utils.h ass_utils.c \
ass_compat.h ass_string.h ass_string.c ass_strtod.c \
- ass_library.h ass_library.c ass_cache.h ass_cache.c ass_cache_template.h \
+ ass_filesystem.h ass_filesystem.c ass_library.h ass_library.c \
+ ass_cache.h ass_cache.c ass_cache_template.h \
ass_font.h ass_font.c ass_fontselect.h ass_fontselect.c \
ass_render.h ass_render.c ass_render_api.c \
ass_parse.h ass_parse.c ass_priv.h ass_shaper.h ass_shaper.c \