From 382a7d63011fb9b7f9f9c1ffafe634a627853f72 Mon Sep 17 00:00:00 2001 From: "ludovic.rousseau" Date: Wed, 12 Jul 2006 08:09:58 +0000 Subject: [PATCH] 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 --- src/scconf/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scconf/Makefile.am b/src/scconf/Makefile.am index 44ac0578..362fc8f1 100644 --- a/src/scconf/Makefile.am +++ b/src/scconf/Makefile.am @@ -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