gplugin/gplugin

Fix mkenums C template.
feature/meson
2016-12-18, Elliott Sales de Andrade
4acfec6624be
Parents d26cddd1c7fc
Children 7abc371f107d
Fix mkenums C template.

It should be using the basename, since it has the prefix builtin.
--- a/gplugin/gplugin-enums.c.tmpl Sun Dec 18 03:49:14 2016 -0500
+++ b/gplugin/gplugin-enums.c.tmpl Sun Dec 18 03:51:58 2016 -0500
@@ -25,7 +25,7 @@
/*** BEGIN file-production ***/
/* enumerations from "@filename@" */
-#include "gplugin/@filename@"
+#include "gplugin/@basename@"
/*** END file-production ***/