diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-27 07:24:04 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-27 07:24:04 +0000 |
commit | e168ee1785eff740af1e5b6db635bdc7bda010fa (patch) | |
tree | 5db6ebde12654e76be5171548db8334791dcb896 /Source/lib/utils/Makefile.utils | |
parent | 108b489f88ae4388c1eada3dfe8cceaba6adde85 (diff) | |
download | strongswan-e168ee1785eff740af1e5b6db635bdc7bda010fa.tar.bz2 strongswan-e168ee1785eff740af1e5b6db635bdc7bda010fa.tar.xz |
- add connection names to connections
- stroke status / ipsec status shows them
- added statusall for stroke
- added status by connection name
- some tests repaired, more to come
Diffstat (limited to 'Source/lib/utils/Makefile.utils')
-rw-r--r-- | Source/lib/utils/Makefile.utils | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/lib/utils/Makefile.utils b/Source/lib/utils/Makefile.utils index 9b6eac7bf..1c82283d7 100644 --- a/Source/lib/utils/Makefile.utils +++ b/Source/lib/utils/Makefile.utils @@ -14,6 +14,9 @@ UTILS_DIR= $(LIB_DIR)utils/ +LIB_OBJS+= $(BUILD_DIR)leak_detective.o +$(BUILD_DIR)leak_detective.o : $(UTILS_DIR)leak_detective.c $(UTILS_DIR)leak_detective.h + $(CC) $(CFLAGS) -c -o $@ $< LIB_OBJS+= $(BUILD_DIR)linked_list.o $(BUILD_DIR)linked_list.o : $(UTILS_DIR)linked_list.c $(UTILS_DIR)linked_list.h @@ -41,8 +44,4 @@ $(BUILD_DIR)identification.o : $(UTILS_DIR)identification.c $(UTILS_DIR)identifi LIB_OBJS+= $(BUILD_DIR)host.o $(BUILD_DIR)host.o : $(UTILS_DIR)host.c $(UTILS_DIR)host.h - $(CC) $(CFLAGS) -c -o $@ $< - -LIB_OBJS+= $(BUILD_DIR)leak_detective.o -$(BUILD_DIR)leak_detective.o : $(UTILS_DIR)leak_detective.c $(UTILS_DIR)leak_detective.h $(CC) $(CFLAGS) -c -o $@ $<
\ No newline at end of file |