Build the plugin as a module.

This commit is contained in:
Harald Judt 2013-02-26 21:06:46 +01:00
parent eba51dfe79
commit 64c5b6460a
5 changed files with 28 additions and 23 deletions

View file

@ -548,4 +548,4 @@ eyes_construct (XfcePanelPlugin *plugin)
xfce_panel_plugin_add_action_widget (plugin, eyes->ebox);
}
XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL (eyes_construct);
XFCE_PANEL_PLUGIN_REGISTER (eyes_construct)