mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
build: Remove autotools support
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
SUBDIRS = pam
|
||||
|
||||
TESTS_ENVIRONMENT = export FPRINT_BUILD_DIR=$(abs_top_builddir)/src; export TOPSRCDIR=$(abs_top_srcdir); export PYTHON=@PYTHON@;
|
||||
TESTS = fprintd.py test_fprintd_utils.py
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(TESTS) \
|
||||
dbusmock/fprintd.py \
|
||||
prints/README \
|
||||
prints/*.png \
|
||||
prints/*.jpg
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
SUBDIRS = services
|
||||
|
||||
TESTS_ENVIRONMENT = export TOPBUILDDIR=$(abs_top_builddir); export TOPSRCDIR=$(abs_top_srcdir); export LD_PRELOAD=libpam_wrapper.so; export PAM_WRAPPER_SERVICE_DIR=$(abs_top_builddir)/tests/pam/services; export PAM_WRAPPER=1; export PYTHON=@PYTHON@; export G_DEBUG=fatal_warnings;
|
||||
TESTS = test_pam_fprintd.py
|
||||
|
||||
EXTRA_DIST = $(TESTS)
|
||||
@ -1,7 +0,0 @@
|
||||
all-am: fprintd-pam-test
|
||||
|
||||
fprintd-pam-test: fprintd-pam-test.in Makefile
|
||||
sed -e "s|\@FPRINTDPAMPATH\@|$(abs_top_builddir)/pam/.libs/pam_fprintd.so|" $< > $@
|
||||
|
||||
EXTRA_DIST = fprintd-pam-test.in
|
||||
CLEANFILES = fprintd-pam-test
|
||||
Reference in New Issue
Block a user