]> git.sesse.net Git - vlc/blob - modules/notify/Modules.am
contrib: growl: fix build
[vlc] / modules / notify / Modules.am
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_notify = notify.c
9 SOURCES_xosd = xosd.c
10 SOURCES_telepathy = telepathy.c
11
12 if HAVE_WIN32
13 if !HAVE_WINCE
14 libvlc_LTLIBRARIES += libmsn_plugin.la
15 endif
16 endif