Makefile modifications

Makefile modifications
This commit is contained in:
MassimilianoPinto
2014-09-11 13:10:02 +02:00
parent 8b5b4a17fe
commit 0a468a910b
3 changed files with 2 additions and 7 deletions

View File

@ -51,7 +51,7 @@ LIBS=$(UTILSPATH)/skygw_utils.o -lssl -llog_manager
MODULES= libtestfilter.so libqlafilter.so libregexfilter.so libtopfilter.so libhintfilter.so libtee.so
ifndef BUILD_RABBITMQ
BUILD_RABBITMQ=Y
BUILD_RABBITMQ=N
endif
ifeq ($(BUILD_RABBITMQ),Y)