build: Don't hardcode libtool specific build path

Don't hardcode the libtool specific build path in the configuration
file, but in the build declaration instead.
This commit is contained in:
Marco Trevisan (Treviño)
2020-02-05 13:40:51 +01:00
committed by Bastien Nocera
parent 048181ae7f
commit 5c5849dca7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
all-am: fprintd-pam-test
fprintd-pam-test: fprintd-pam-test.in Makefile
sed -e "s|\@TOPBUILDDIR\@|$(abs_top_builddir)|" $< > $@
sed -e "s|\@FPRINTDPAMPATH\@|$(abs_top_builddir)/pam/.libs/pam_fprintd.so|" $< > $@
EXTRA_DIST = fprintd-pam-test.in
CLEANFILES = fprintd-pam-test