summaryrefslogtreecommitdiff
path: root/devices/Makefile.am
blob: dd4fc8b48112d70943fee2e520047fe449473888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
NULL =
SUBDIRS =

if ENABLE_CAIRO
SUBDIRS += cairo
endif
if ENABLE_X11_EMBEDDED
SUBDIRS += x11-embedded
endif

EXTRA_DIST =			\
	$(NULL)