pb writing a vala plugin
Asked by
kimlai
on 2010-12-25
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:
- 2010-12-25
- Last query:
- 2010-12-25
- Last reply:
- 2010-12-25
|
#1 |
You need to add it to Makefile.am, take a look for example at the diff here > https:/
kimlai (kimlai-t) said : | #2 |
It worked like a charm,
Thanks !
To post a message you must log in.