summaryrefslogtreecommitdiff
path: root/deps/eglib/Makefile.am
blob: b5ec14963199b7e0726595a89a1242f61746896d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if HOST_WIN32
SUBDIRS = src
else
if PLATFORM_DARWIN
SUBDIRS = src
else
if CROSS_COMPILING
SUBDIRS = src
else
SUBDIRS = src test
endif
endif
endif

EXTRA_DIST = README winconfig.h