diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-01 07:35:03 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-01 07:35:03 +0000 |
commit | d45ec1dedfa06155c344f5cce0ac7b2ec331c825 (patch) | |
tree | de2a74ae64525e4d45c3178ab7d16484297ce1dd /Source/charon/utils/Makefile.utils | |
parent | 2ef11339c720d06215f44555de020ea5ebdfd641 (diff) | |
download | strongswan-d45ec1dedfa06155c344f5cce0ac7b2ec331c825.tar.bz2 strongswan-d45ec1dedfa06155c344f5cce0ac7b2ec331c825.tar.xz |
- implemented sa_config
- uses identification
- and host
- untested
- ts need further tuning
Diffstat (limited to 'Source/charon/utils/Makefile.utils')
-rw-r--r-- | Source/charon/utils/Makefile.utils | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/charon/utils/Makefile.utils b/Source/charon/utils/Makefile.utils index e66a0601f..b9c00675b 100644 --- a/Source/charon/utils/Makefile.utils +++ b/Source/charon/utils/Makefile.utils @@ -42,3 +42,7 @@ $(BUILD_DIR)randomizer.o : $(UTILS_DIR)randomizer.c $(UTILS_DIR)randomizer.h OBJS+= $(BUILD_DIR)tester.o $(BUILD_DIR)tester.o : $(UTILS_DIR)tester.c $(UTILS_DIR)tester.h $(CC) $(CFLAGS) -c -o $@ $< + +OBJS+= $(BUILD_DIR)identification.o +$(BUILD_DIR)identification.o : $(UTILS_DIR)identification.c $(UTILS_DIR)identification.h + $(CC) $(CFLAGS) -c -o $@ $< |