Moved printf hooks to utils folder

This commit is contained in:
Tobias Brunner
2012-10-24 16:00:50 +02:00
parent 08944b68ac
commit 05e448c5cc
6 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ include $(CLEAR_VARS)
# copy-n-paste from Makefile.am
LOCAL_SRC_FILES := \
library.c chunk.c debug.c enum.c settings.c printf_hook.c \
library.c chunk.c debug.c enum.c settings.c \
asn1/asn1.c asn1/asn1_parser.c asn1/oid.c bio/bio_reader.c bio/bio_writer.c \
collections/blocking_queue.c collections/enumerator.c collections/hashtable.c \
collections/linked_list.c \
@@ -31,7 +31,7 @@ processing/jobs/callback_job.c processing/processor.c processing/scheduler.c \
selectors/traffic_selector.c threading/thread.c threading/thread_value.c \
threading/mutex.c threading/semaphore.c threading/rwlock.c threading/spinlock.c \
utils.c utils/identification.c utils/lexparser.c \
utils/optionsfrom.c utils/capabilities.c utils/backtrace.c
utils/optionsfrom.c utils/capabilities.c utils/backtrace.c utils/printf_hook.c
# adding the plugin source files