Skip to content
Snippets Groups Projects
Commit 0a1f9bfd authored by Marc-André Lureau's avatar Marc-André Lureau
Browse files

build-sys: fix make check when polkit not available


acl-helper needs polkit (and unix atm) to build.

Signed-off-by: default avatarMarc-André Lureau <marcandre.lureau@gmail.com>
parent 1aeb0e05
No related branches found
No related tags found
No related merge requests found
NULL = NULL =
noinst_PROGRAMS =
TESTS = coroutine \ TESTS = coroutine \
util \ util \
session \ session \
usb-acl-helper \
$(NULL) $(NULL)
if WITH_PHODAV if WITH_PHODAV
TESTS += pipe TESTS += pipe
endif endif
noinst_PROGRAMS = $(TESTS) \ if WITH_POLKIT
mock-acl-helper \ TESTS += usb-acl-helper
$(NULL) noinst_PROGRAMS += mock-acl-helper
endif
noinst_PROGRAMS += $(TESTS)
AM_CPPFLAGS = \ AM_CPPFLAGS = \
$(COMMON_CFLAGS) \ $(COMMON_CFLAGS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment