summaryrefslogtreecommitdiff
path: root/plugins/elf
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-10-04 18:36:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-10-04 18:36:48 (GMT)
commit105394bcc19b3565c6b77d38625d8813596d0c1b (patch)
treea4ee17a5ecfa3dfa9327f5ec78da78cd2bd65a59 /plugins/elf
parent208abfe4182c0dafc230e0377b3efcc6c24be0f9 (diff)
Updated and improved the plugin system.
Diffstat (limited to 'plugins/elf')
-rw-r--r--plugins/elf/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/elf/core.c b/plugins/elf/core.c
index 5e2e19c..fde6be1 100644
--- a/plugins/elf/core.c
+++ b/plugins/elf/core.c
@@ -33,8 +33,8 @@
-DEFINE_CHRYSALIDE_ACTIVE_PLUGIN("elf", "Add suport for the ELF format", "0.1.0",
- PGA_PLUGIN_INIT);
+DEFINE_CHRYSALIDE_PLUGIN("elf", "Add suport for the ELF format", "0.1.0",
+ RL("PyChrysalide"), AL(PGA_PLUGIN_INIT));