summaryrefslogtreecommitdiff
path: root/helper-utilities/Makefile.am
blob: 190def6ae598a5630da170f272d264ac59cc866e (plain)
1
2
3
4
5
6
7
8
9
10
NULL=

if BUILD_AUTHENTICATE_HELPER
AUTHENTICATE_HELPER_SUBDIRS = authenticate
endif

SUBDIRS = \
	$(AUTHENTICATE_HELPER_SUBDIRS) \
	error-dialog \
	$(NULL)