summaryrefslogtreecommitdiff
path: root/gui/Makefile.am
blob: d14ed464db602db14518209f557793d30f24e4a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NULL =

SUBDIRS =			\
	libgdmgreeter		\
	simple-greeter		\
	$(NULL)

if XDMCP_SUPPORT
SUBDIRS += simple-chooser
endif

DIST_SUBDIRS =			\
	simple-chooser		\
	simple-greeter		\
	$(NULL)