projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3941004
)
Have libfko link strlxxx objects directly instead of libfko_util.
author
Damien Stuart
<dstuart@dstuart.org>
Sat, 8 Dec 2012 20:40:40 +0000 (15:40 -0500)
committer
Damien Stuart
<dstuart@dstuart.org>
Sat, 8 Dec 2012 20:40:40 +0000 (15:40 -0500)
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index
3426af8
..
f4c4fce
100644
(file)
--- a/
lib/Makefile.am
+++ b/
lib/Makefile.am
@@
-11,7
+11,7
@@
libfko_source_files = \
gpgme_funcs.h
libfko_la_SOURCES = $(libfko_source_files)
-libfko_la_LIBADD = libfko_util.a
+libfko_la_LIBADD = strlcpy.lo strlcat.lo
libfko_la_LDFLAGS = -version-info 1:0:0 $(GPGME_LIBS) -export-symbols-regex '^fko_'
noinst_LIBRARIES = libfko_util.a