TSAGE: Fix build as dynamic plugin.

This commit is contained in:
Johannes Schickel 2011-04-13 19:17:29 +02:00
parent 848b0d1b0b
commit fb9a8620db

View File

@ -26,7 +26,7 @@ MODULE_OBJS := \
tsage.o
# This module can be built as a plugin
ifdef BUILD_PLUGINS
ifeq ($(ENABLE_TSAGE), DYNAMIC_PLUGIN)
PLUGIN := 1
endif