summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/libs/Makefile.am
blob: 13c02637fa0db5c0762b22f60b4199b41f5d30a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## This file is part of dvisvgm
## Copyright (C) 2005-2023 Martin Gieseking <martin.gieseking@uos.de>
##
## Process this file with automake.

SUBDIRS = boost clipper md5 variant xxHash

if !TEXLIVE_BUILD
SUBDIRS += potrace
endif

if ENABLE_WOFF
SUBDIRS += brotli woff2
endif