Fix make dist
This commit is contained in:
@ -6,9 +6,13 @@ securelibexecdir = $(securelibdir)
|
||||
securelibexec_LTLIBRARIES = pam_panic.la
|
||||
pam_panic_la_SOURCES = \
|
||||
pam_panic.c \
|
||||
pam_panic.h \
|
||||
pam_panic_authdevice.c \
|
||||
pam_panic_authdevice.h \
|
||||
pam_panic_password.c \
|
||||
pam_panic_reject.c
|
||||
pam_panic_password.h \
|
||||
pam_panic_reject.c \
|
||||
pam_panic_reject.h
|
||||
pam_panic_la_LDFLAGS = -module -no-undefined -avoid-version
|
||||
pam_panic_la_LIBADD = -lpam -lcrypt
|
||||
|
||||
|
@ -1,4 +1,8 @@
|
||||
man8_MANS = man8/pam_panic.8
|
||||
dist_man8_MANS = man8/pam_panic.8
|
||||
dist_data_DATA = \
|
||||
de/man8/pam_panic.8 \
|
||||
es/man8/pam_panic.8 \
|
||||
fr/man8/pam_panic.8
|
||||
|
||||
install-data-local: install-man-de install-man-es install-man-fr
|
||||
|
||||
|
Reference in New Issue
Block a user