add $(top_srcdir)/src/common/strlcpy.c to libscconf_la_SOURCES since

src/scconf/parse.c now uses strlcpy().

Note that, since libopensc uses libscconf, strlcpy() will be available
from any program linked with libopensc


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2992 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2006-07-12 08:09:58 +00:00
parent 5e922b5325
commit 382a7d6301
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
includedir = @includedir@/opensc
AM_CFLAGS = -I$(top_srcdir)/src/common
MAINTAINERCLEANFILES = Makefile.in
DISTCLEANFILES = lex-parse.c
EXTRA_DIST = Makefile.mak README.scconf lex-parse.l
@ -10,7 +12,7 @@ include_HEADERS = scconf.h
noinst_HEADERS = internal.h
lib_LTLIBRARIES = libscconf.la
libscconf_la_SOURCES = scconf.c parse.c write.c sclex.c
libscconf_la_SOURCES = scconf.c parse.c write.c sclex.c $(top_srcdir)/src/common/strlcpy.c
libscconf_la_LDFLAGS = -version-info @OPENSC_LT_CURRENT@:@OPENSC_LT_REVISION@:@OPENSC_LT_AGE@
noinst_PROGRAMS = test-conf