summaryrefslogtreecommitdiff
path: root/plugins/elf/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/core.c')
-rw-r--r--plugins/elf/core.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/elf/core.c b/plugins/elf/core.c
index 777c554..1e98aba 100644
--- a/plugins/elf/core.c
+++ b/plugins/elf/core.c
@@ -26,7 +26,7 @@
#include <config.h>
#include <core/global.h>
-#include <plugins/plugin-def.h>
+#include <plugins/self.h>
#include "format.h"
@@ -43,7 +43,8 @@
-DEFINE_CHRYSALIDE_PLUGIN("GElfPlugin", "elf", "Add support for the ELF format", "0.1.0",
+DEFINE_CHRYSALIDE_PLUGIN("Elf", "ELF format support",
+ PACKAGE_VERSION, CHRYSALIDE_WEBSITE("doc/formats"),
PG_REQ, AL(PGA_PLUGIN_INIT, PGA_CONTENT_RESOLVER));