mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
Add PAM module
Add a PAM module, and enable all the warnings
This commit is contained in:
committed by
Daniel Drake
parent
c77f46a475
commit
4fa5552650
13
pam/Makefile.am
Normal file
13
pam/Makefile.am
Normal file
@ -0,0 +1,13 @@
|
||||
if HAVE_PAM
|
||||
|
||||
pammod_PROGRAMS = pam_fprintd.so
|
||||
pammoddir=/lib/security
|
||||
|
||||
pam_fprintd_so_SOURCES = pam_fprintd.c
|
||||
pam_fprintd_so_CFLAGS = -fPIC $(WARN_CFLAGS) $(GLIB_CFLAGS)
|
||||
pam_fprintd_so_LDFLAGS = -shared
|
||||
pam_fprintd_so_LDADD = $(PAM_LIBS) $(GLIB_LIBS)
|
||||
|
||||
endif
|
||||
|
||||
EXTRA_DIST = pam_fprint.c
|
||||
Reference in New Issue
Block a user