summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 3506e980421a091526a5f1edb75517a12f5b2e05 (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 MAINTAINERS ltnasm.sh

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)