mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
Don't hardcode the libtool specific build path in the configuration file, but in the build declaration instead.
8 lines
222 B
Makefile
8 lines
222 B
Makefile
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
|