blob: 86f3d837263a222d8f1cb52e30dfcea54101451e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
SUBDIRS = utils src embed components data bindings
# SUBDIRS += tests
DIST_SUBDIRS = utils src embed components data bindings tests
NULL =
EXTRA_DIST = \
README \
TODO \
COPYRIGHT \
$(NULL)
|