Renamed pam_opensc-test to test-pam

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1326 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-08-05 07:09:09 +00:00
parent d44719457b
commit ef1826ce5f
2 changed files with 3 additions and 3 deletions

View File

@ -23,4 +23,4 @@ Makefile
Makefile.in
core
gmon.out
pam_opensc-test
test-pam

View File

@ -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