blob: 52d81d8b1cc18d173317d1e941d9b54f905ec603 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## This file is part of dvisvgm
## Copyright (C) 2005-2017 Martin Gieseking <martin.gieseking@uos.de>
##
## Process this file with automake.
SUBDIRS = clipper xxHash
if ENABLE_WOFF
SUBDIRS += ff-woff woff2
endif
|