summaryrefslogtreecommitdiffstats
path: root/Modules/config.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/config.c.in')
-rw-r--r--Modules/config.c.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/config.c.in b/Modules/config.c.in
index f81a5bd..40facc2 100644
--- a/Modules/config.c.in
+++ b/Modules/config.c.in
@@ -134,6 +134,9 @@ extern void initamoeba();
#endif
#ifdef USE_GL
extern void initgl();
+#ifdef USE_FM
+extern void initfm();
+#endif
#ifdef USE_PANEL
extern void initpanel();
#endif
@@ -167,6 +170,9 @@ struct {
#ifdef USE_GL
{"gl", initgl},
+#ifdef USE_FM
+ {"fm", initfm},
+#endif
#ifdef USE_PANEL
{"pnl", initpanel},
#endif