summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: be8386e009f9f7f9857bd7d520098c193b5a9a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = libass.pc.in Changelog

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

if ENABLE_TEST
    test = test
endif

if ENABLE_COMPARE
    compare = compare
endif

if ENABLE_PROFILE
    profile = profile
endif

SUBDIRS = libass $(test) $(compare) $(profile)