Fixed compile error on Debian based systems.
This commit is contained in:
parent
c4caadde93
commit
98249359c5
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
all:
|
||||
$(CC) -Werror -lpam -lpam_misc -o checkpw checkpw.c
|
||||
$(CC) -Werror -o checkpw checkpw.c -lpam -lpam_misc
|
||||
|
||||
clean:
|
||||
rm -f ./checkpw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue