diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-04 19:05:52 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-04 19:05:52 +0000 |
commit | 3ebebc5e963afed1242192f4fa440c177daee4bc (patch) | |
tree | 027c0810fe60b1170752399f99194a87cf7e545e /Source/charon/threads/Makefile.threads | |
parent | c7314095e7141891d9cba2b48e15f1d683c7630b (diff) | |
download | strongswan-3ebebc5e963afed1242192f4fa440c177daee4bc.tar.bz2 strongswan-3ebebc5e963afed1242192f4fa440c177daee4bc.tar.xz |
- started implementation of netlink kernel interface
Diffstat (limited to 'Source/charon/threads/Makefile.threads')
-rw-r--r-- | Source/charon/threads/Makefile.threads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/charon/threads/Makefile.threads b/Source/charon/threads/Makefile.threads index 4ed507a1c..8c18d4047 100644 --- a/Source/charon/threads/Makefile.threads +++ b/Source/charon/threads/Makefile.threads @@ -33,3 +33,7 @@ $(BUILD_DIR)thread_pool.o : $(THREADS_DIR)thread_pool.c $(THREADS_DIR)thread_po OBJS+= $(BUILD_DIR)prime_pool.o $(BUILD_DIR)prime_pool.o : $(THREADS_DIR)prime_pool.c $(THREADS_DIR)prime_pool.h $(CC) $(CFLAGS) -c -o $@ $< + +OBJS+= $(BUILD_DIR)kernel_interface.o +$(BUILD_DIR)kernel_interface.o :$(THREADS_DIR)kernel_interface.c $(THREADS_DIR)kernel_interface.h + $(CC) $(CFLAGS) -c -o $@ $< |