From ef1826ce5f15134543944d4972e11cfb63d98f90 Mon Sep 17 00:00:00 2001 From: aet Date: Tue, 5 Aug 2003 07:09:09 +0000 Subject: [PATCH] Renamed pam_opensc-test to test-pam git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1326 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/pam/.cvsignore | 2 +- src/pam/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pam/.cvsignore b/src/pam/.cvsignore index 207cc949..2f5a2a76 100644 --- a/src/pam/.cvsignore +++ b/src/pam/.cvsignore @@ -23,4 +23,4 @@ Makefile Makefile.in core gmon.out -pam_opensc-test +test-pam diff --git a/src/pam/Makefile.am b/src/pam/Makefile.am index 2a1ffe98..9ae8e721 100644 --- a/src/pam/Makefile.am +++ b/src/pam/Makefile.am @@ -12,10 +12,10 @@ SRC = pam_opensc.c pam_support.c pam_support.h if HAVE_PAM lib_LTLIBRARIES = pam_opensc.la -noinst_PROGRAMS = pam_opensc-test +noinst_PROGRAMS = test-pam endif pam_opensc_la_SOURCES = $(SRC) pam_opensc_la_LDFLAGS = -module -avoid-version -pam_opensc_test_SOURCES = pamtest.c misc_conv.c +test_pam_SOURCES = test-pam.c misc_conv.c