summaryrefslogtreecommitdiffstats
path: root/modules/stats/stats.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/stats/stats.mk')
-rw-r--r--modules/stats/stats.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/stats/stats.mk b/modules/stats/stats.mk
new file mode 100644
index 0000000..491fe18
--- /dev/null
+++ b/modules/stats/stats.mk
@@ -0,0 +1,5 @@
+stats_CFLAGS := -fPIC
+stats_SOURCES := modules/stats/stats.c
+stats_DEPEND := $(libkres)
+stats_LIBS := $(contrib_TARGET) $(libkres_TARGET) $(libkres_LIBS)
+$(call make_c_module,stats)