summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 4cd26e6235c3dc827f817974ddd9984fe5fc58c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

if ENABLE_PROFILE
    profile = profile
endif

SUBDIRS = libass $(test) $(profile)