summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: dd39648068ff79edb352df616d1994308981da3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ACLOCAL_AMFLAGS = -I shave
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)