summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 5a17a083092c21f1794ec639b1e741d752161c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = libass.pc.in Changelog

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libass.pc

if HAVE_LIBPNG
    test = test
endif

SUBDIRS = libass $(test)