mirror of https://github.com/odrling/Aegisub
My original hope was to include our pre-packaged version of libass, but until
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.
This commit is contained in:
parent
d447236571
commit
75e39a2660
|
@ -1,10 +1,7 @@
|
||||||
|
noinst_LIBRARIES = libass.a
|
||||||
|
|
||||||
lib_LTLIBRARIES = libass.la
|
libass_a_CPPFLAGS = @FREETYPE_CFLAGS@ -DHAVE_FONTCONFIG -DUSE_ICONV @FONTCONFIG_CFLAGS@
|
||||||
libass_la_SOURCES = ass.c ass_cache.c ass_font.c ass_fontconfig.c ass_render.c \
|
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_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_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
|
ass_library.h ass_types.h ass_utils.h help_mp.h mputils.h
|
||||||
|
|
||||||
assheadersdir = $(includedir)/ass
|
|
||||||
dist_assheaders_HEADERS = ass.h ass_types.h
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue