Fix some makefiles

This commit is contained in:
Bandie 2018-09-21 22:29:22 +02:00
parent 11597d0539
commit 92968eb417
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ nobase_dist_cant_believe_its_not_man_DATA = \
clean-local:
rm ./*/*.tmp ./*/*.gz ./*/*/*.tmp ./*/*/*.g
rm -f ./*/*.tmp ./*/*.gz ./*/*/*.tmp ./*/*/*.gz

View File

@ -1,4 +1,4 @@
CFLAGS += -DTEST
AM_CFLAGS = -DTEST
bin_PROGRAMS = test
test_SOURCES = ../src/pam_panic/pam_panic_authdevice.c ../src/pam_panic/pam_panic_reject.c test.c
test_LDFLAGS = -lpam -lcunit