From 7b22339795c8b320ef4b41c2d56e657460cb8d7e Mon Sep 17 00:00:00 2001 From: okir Date: Tue, 30 Apr 2002 09:46:36 +0000 Subject: [PATCH] - work around brain damage in automake 1.6.1 (shouldn't they change the name to autobreak?) git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@590 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/pam/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pam/Makefile.am b/src/pam/Makefile.am index ce5ac7cd..26864461 100644 --- a/src/pam/Makefile.am +++ b/src/pam/Makefile.am @@ -18,5 +18,5 @@ endif pam_opensc_la_SOURCES = $(SRC) pam_opensc_la_LDFLAGS = -module -avoid-version -pam_opensc_test_SOURCES = $(SRC) misc_conv.c +pam_opensc_test_SOURCES = pam_opensc.c pam_support.c pam_support.h misc_conv.c pam_opensc_test_CFLAGS = -DPAMTEST