summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-11-21 12:02:46 +0200
committerTimo Teräs <timo.teras@iki.fi>2014-11-21 12:02:46 +0200
commitbd36f7e1710fd429c80ef1814beb81db909c177d (patch)
tree2f8fdea172f61d85bfd53b64f6c761533a5a9c34
parent7b910922e1b1883d577d2fa0a20fdd7d34fe9189 (diff)
downloadsquark-bd36f7e1710fd429c80ef1814beb81db909c177d.tar.bz2
squark-bd36f7e1710fd429c80ef1814beb81db909c177d.tar.xz
fix missing symbols from lua module
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 8814b15..f8acd32 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,7 +7,7 @@ common-objs += filterdb.o authdb.o blob.o addr.o config.o reporting.o
squark-filter-objs += squark-filter.o $(common-objs)
squark-auth-snmp-objs += squark-auth-snmp.o $(common-objs)
squark-auth-ip-objs += squark-auth-ip.o $(common-objs)
-squarkdb.so-objs += lua-squarkdb.o filterdb.o blob.o
+squarkdb.so-objs += lua-squarkdb.o filterdb.o blob.o reporting.o
CFLAGS_config.o += -DSQUARK_VERSION=\"$(FULL_VERSION)\" \
-DCONFDIR=\"$(CONFDIR)\" \