From 91912bab20b7b3c818023ee266208b97a2e0b68d Mon Sep 17 00:00:00 2001 From: aj Date: Wed, 20 Sep 2006 13:33:50 +0000 Subject: [PATCH] scconf needs strlcpy too. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3020 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/scconf/Makefile.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scconf/Makefile.mak b/src/scconf/Makefile.mak index 9fbe7a18..5fbf90d0 100644 --- a/src/scconf/Makefile.mak +++ b/src/scconf/Makefile.mak @@ -9,7 +9,7 @@ OBJECTS = parse.obj scconf.obj write.obj sclex.obj all: install-headers $(TARGET) -$(TARGET): $(OBJECTS) - lib /nologo /machine:ix86 /out:$(TARGET) $(OBJECTS) +$(TARGET): $(OBJECTS) ..\common\common.lib + lib /nologo /machine:ix86 /out:$(TARGET) $(OBJECTS) ..\common\common.lib !INCLUDE $(TOPDIR)\win32\Make.rules.mak