strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...
[strongswan.git]
/
Source
/
charon
/
transforms
/
signers
/
Makefile.signers
diff --git
a/Source/charon/transforms/signers/Makefile.signers
b/Source/charon/transforms/signers/Makefile.signers
index
823f828
..
861125c
100644
(file)
--- a/
Source/charon/transforms/signers/Makefile.signers
+++ b/
Source/charon/transforms/signers/Makefile.signers
@@
-17,3
+17,7
@@
SIGNERS_DIR= $(TRANSFORMS_DIR)signers/
OBJS+= $(BUILD_DIR)signer.o
$(BUILD_DIR)signer.o : $(SIGNERS_DIR)signer.c $(SIGNERS_DIR)signer.h
$(CC) $(CFLAGS) -c -o $@ $<
OBJS+= $(BUILD_DIR)signer.o
$(BUILD_DIR)signer.o : $(SIGNERS_DIR)signer.c $(SIGNERS_DIR)signer.h
$(CC) $(CFLAGS) -c -o $@ $<
+
+OBJS+= $(BUILD_DIR)hmac_signer.o
+$(BUILD_DIR)hmac_signer.o : $(SIGNERS_DIR)hmac_signer.c $(SIGNERS_DIR)hmac_signer.h
+ $(CC) $(CFLAGS) -c -o $@ $<