build: Remove autotools support

This commit is contained in:
Bastien Nocera
2020-02-05 15:04:05 +01:00
parent 08de7e33a4
commit 73625233f6
16 changed files with 2 additions and 834 deletions

View File

@ -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

View File

@ -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)

View File

@ -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