repo.or.cz
/
libass.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't extend face runs as much as possible
[libass.git]
/
Makefile.am
blob
5a17a083092c21f1794ec639b1e741d752161c17
1
ACLOCAL_AMFLAGS = -I m4
2
AUTOMAKE_OPTIONS = foreign
3
EXTRA_DIST = libass.pc.in Changelog
4
5
pkgconfigdir = $(libdir)/pkgconfig
6
pkgconfig_DATA = libass.pc
7
8
if HAVE_LIBPNG
9
test = test
10
endif
11
12
SUBDIRS = libass $(test)
13