|
Revision 3efac1815fa020f080789566c39afa3fdab5abc2, 375 bytes
(checked in by Rafaël Carré <funman@videolan.org>, 10 months ago)
|
new growl plugin: local only, supports album art (you'll need the Growl Framework)
rename growl to growl_udp
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
# Automake forgets to add a proper tag to libtool with Objective-C files. |
|---|
| 2 |
# Moreocer Libtool should default tag to CC when none is specified but |
|---|
| 3 |
# obviously does not. Here is a fix for that. |
|---|
| 4 |
LIBTOOL=@LIBTOOL@ --tag=CC |
|---|
| 5 |
|
|---|
| 6 |
SOURCES_msn = msn.c |
|---|
| 7 |
SOURCES_growl = growl.m |
|---|
| 8 |
SOURCES_growl_udp = growl_udp.c |
|---|
| 9 |
SOURCES_notify = notify.c |
|---|
| 10 |
SOURCES_xosd = xosd.c |
|---|
| 11 |
SOURCES_telepathy = telepathy.c |
|---|