mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
11 lines
247 B
Makefile
11 lines
247 B
Makefile
TESTS_ENVIRONMENT = export FPRINT_BUILD_DIR=$(abs_top_builddir)/src; export TOPSRCDIR=$(abs_top_srcdir); export PYTHON=@PYTHON@;
|
|
TESTS = fprintd.py
|
|
|
|
EXTRA_DIST = \
|
|
$(TESTS) \
|
|
dbusmock/fprintd.py \
|
|
prints/README \
|
|
prints/*.png \
|
|
prints/*.jpg
|
|
|