mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
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:
committed by
Bastien Nocera
parent
048181ae7f
commit
5c5849dca7
@ -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
|
||||
|
||||
Reference in New Issue
Block a user