- tested sa with traffic selectors

- fixed ALOT of bugs ;-)
This commit is contained in:
Martin Willi
2005-12-01 14:17:51 +00:00
parent 7d85e0ac6e
commit ed1b7b40cd
6 changed files with 110 additions and 17 deletions
+4
View File
@@ -26,3 +26,7 @@ $(BUILD_DIR)init_config.o : $(CONFIG_DIR)init_config.c $(CONFIG_DIR)init_con
OBJS+= $(BUILD_DIR)sa_config.o
$(BUILD_DIR)sa_config.o : $(CONFIG_DIR)sa_config.c $(CONFIG_DIR)sa_config.h
$(CC) $(CFLAGS) -c -o $@ $<
OBJS+= $(BUILD_DIR)traffic_selector.o
$(BUILD_DIR)traffic_selector.o : $(CONFIG_DIR)traffic_selector.c $(CONFIG_DIR)traffic_selector.h
$(CC) $(CFLAGS) -c -o $@ $<