FULLPIPE: Added module.mk

OOPS!
This commit is contained in:
Eugene Sandulenko 2013-06-15 14:18:37 +03:00
parent e24ce22ca7
commit 5eaa5696e7

View file

@ -0,0 +1,16 @@
MODULE := engines/fullpipe
MODULE_OBJS = \
detection.o \
fullpipe.o \
ngiarchive.o \
stateloader.o \
utils.o
# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk