projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d739331
)
Added fko_context.h file to lib/Makefile.am
author
Michael Rash
<mbr@cipherdyne.org>
Sat, 1 Sep 2012 02:59:44 +0000 (22:59 -0400)
committer
Michael Rash
<mbr@cipherdyne.org>
Sat, 1 Sep 2012 02:59:44 +0000 (22:59 -0400)
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index
b0ee5a7
..
fc1e93f
100644
(file)
--- a/
lib/Makefile.am
+++ b/
lib/Makefile.am
@@
-7,7
+7,8
@@
libfko_source_files = \
fko_message.h fko_nat_access.c fko_rand_value.c fko_server_auth.c \
fko.h fko_limits.h fko_timestamp.c fko_user.c fko_util.h md5.c md5.h \
rijndael.c rijndael.h sha1.c sha1.h sha2.c sha2.h strlcat.c \
- strlcpy.c fko_state.h fko_context.h gpgme_funcs.c gpgme_funcs.h
+ strlcpy.c fko_context.h fko_state.h fko_context.h gpgme_funcs.c \
+ gpgme_funcs.h
libfko_la_SOURCES = $(libfko_source_files)