Moved flood control stuff to the util package.

This commit is contained in:
Jan Vidar Krey
2010-08-11 20:02:06 +02:00
parent 35b055f9b7
commit 1af7e26c52
4 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,6 @@ libuhub_SOURCES := \
src/core/commands.c \
src/core/config.c \
src/core/eventqueue.c \
src/core/floodctl.c \
src/core/hub.c \
src/core/hubevent.c \
src/core/hubio.c \
@@ -165,6 +164,7 @@ libadc_common_SOURCES := \
libutils_SOURCES := \
src/util/config_token.c \
src/util/credentials.c \
src/util/floodctl.c \
src/util/ipcalc.c \
src/util/list.c \
src/util/log.c \