forked from mia/Aegisub
75e39a2660
all the self-registering 'modules' are kicked out that can't happen. I'll commit the changes to Makefile.am though for safe-keeping. Originally committed to SVN as r1925.
7 lines
427 B
Makefile
7 lines
427 B
Makefile
noinst_LIBRARIES = libass.a
|
|
|
|
libass_a_CPPFLAGS = @FREETYPE_CFLAGS@ -DHAVE_FONTCONFIG -DUSE_ICONV @FONTCONFIG_CFLAGS@
|
|
libass_a_SOURCES = ass.c ass_cache.c ass_font.c ass_fontconfig.c ass_render.c \
|
|
ass_utils.c ass_bitmap.c ass_library.c mputils.c \
|
|
ass_bitmap.h ass_cache.h ass_fontconfig.h ass_font.h ass.h \
|
|
ass_library.h ass_types.h ass_utils.h help_mp.h mputils.h
|