[pkg-opensc-commit] [pam-p11] 36/66: use pam_p11_openssh.la instead of ./.libs/pam_p11_openssh.so for test_LDADD

Eric Dorland eric at moszumanska.debian.org
Tue Jun 13 04:06:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pam-p11.

commit b226df3519b49f1cffb397f5ca7d22c94743b75c
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Mon May 5 09:33:58 2008 +0000

    use pam_p11_openssh.la instead of ./.libs/pam_p11_openssh.so for
    test_LDADD
    
    make[1]: *** No rule to make target `.libs/pam_p11_openssh.so', needed
    by `test'.  Stop.
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index c19cd35..8bfb0bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,7 @@ pam_p11_opensc_la_LIBADD = $(OPENSSL_LIBS) $(LIBP11_LIBS)
 noinst_PROGRAMS= test
 
 test_SOURCES=test.c
-test_LDADD=./.libs/pam_p11_openssh.so
+test_LDADD=pam_p11_openssh.la
 
 format:
 	indent -kr -i8 -ts8 -sob -l80 -ss -ncs *.c *.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pam-p11.git



More information about the pkg-opensc-commit mailing list