Fix some makefiles
This commit is contained in:
parent
11597d0539
commit
92968eb417
@ -12,4 +12,4 @@ nobase_dist_cant_believe_its_not_man_DATA = \
|
|||||||
|
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm ./*/*.tmp ./*/*.gz ./*/*/*.tmp ./*/*/*.g
|
rm -f ./*/*.tmp ./*/*.gz ./*/*/*.tmp ./*/*/*.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CFLAGS += -DTEST
|
AM_CFLAGS = -DTEST
|
||||||
bin_PROGRAMS = test
|
bin_PROGRAMS = test
|
||||||
test_SOURCES = ../src/pam_panic/pam_panic_authdevice.c ../src/pam_panic/pam_panic_reject.c test.c
|
test_SOURCES = ../src/pam_panic/pam_panic_authdevice.c ../src/pam_panic/pam_panic_reject.c test.c
|
||||||
test_LDFLAGS = -lpam -lcunit
|
test_LDFLAGS = -lpam -lcunit
|
||||||
|
Loading…
Reference in New Issue
Block a user