summaryrefslogtreecommitdiff
path: root/plugins/python/checksec/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/python/checksec/Makefile.am')
-rw-r--r--plugins/python/checksec/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/python/checksec/Makefile.am b/plugins/python/checksec/Makefile.am
new file mode 100644
index 0000000..eecee28
--- /dev/null
+++ b/plugins/python/checksec/Makefile.am
@@ -0,0 +1,9 @@
+
+checksecdir = $(pluginsdatadir)/python/checksec
+
+checksec_DATA = \
+ __init__.py \
+ mitigations.py \
+ plugin.py
+
+EXTRA_DIST = $(checksec_DATA)