From e7e108672381007c2beaec5c436d757cca0017a2 Mon Sep 17 00:00:00 2001 From: greg Date: Thu, 18 Jun 2009 13:04:29 +0200 Subject: Add autotools infrastructure. --- libass/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libass/Makefile.am (limited to 'libass/Makefile.am') diff --git a/libass/Makefile.am b/libass/Makefile.am new file mode 100644 index 0000000..59f5433 --- /dev/null +++ b/libass/Makefile.am @@ -0,0 +1,14 @@ +LIBASS_LT_CURRENT = 3 +LIBASS_LT_REVISION = 0 +LIBASS_LT_AGE = 0 + +lib_LTLIBRARIES = libass.la +libass_la_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 +libass_la_LDFLAGS = -version-info $(LIBASS_LT_CURRENT):$(LIBASS_LT_REVISION):$(LIBASS_LT_AGE) + +assheadersdir = $(includedir)/ass +dist_assheaders_HEADERS = ass.h ass_types.h + -- cgit v1.2.3