aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/module.mk
blob: fd259e914866992e51170e0680f53a347d4e7bee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MODULE := engines/hopkins

MODULE_OBJS := \
	detection.o \
	files.o \
	globals.o \
	hopkins.o 

# This module can be built as a plugin
ifeq ($(ENABLE_HOPKINS), DYNAMIC_PLUGIN)
PLUGIN := 1
endif

# Include common rules
include $(srcdir)/rules.mk