pb writing a vala plugin

Asked by kimlai

Hi guys !

I'm trying to write a synapse plugin to add Clementine support, but being completely new to vala and autotools (that's what you're using , right ?), I can't make the "make" command compile my clementine.vala file.
I successfully ran ./configure and make, I just can't figure out how to add my file as a source file...

Could you help me ?

Question information

Language:
English Edit question
Status:
Solved
For:
Synapse Edit question
Assignee:
No assignee Edit question
Solved by:
Michal Hruby
Solved:
Last query:
Last reply:
Revision history for this message
Best Michal Hruby (mhr3) said :
#1

You need to add it to Makefile.am, take a look for example at the diff here > https://code.launchpad.net/~3v1n0/synapse-project/gwibber-plugin/+merge/42783 - it also adds a new plugin...

Revision history for this message
kimlai (kimlai-t) said :
#2

It worked like a charm,
Thanks !