]> git.sesse.net Git - vlc/blob - modules/misc/notify/Modules.am
709a6616b2aebfc3d1c4e1c1c212e568276f54d0
[vlc] / modules / misc / 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_growl_udp = growl_udp.c
9 SOURCES_notify = notify.c
10 SOURCES_xosd = xosd.c
11 SOURCES_telepathy = telepathy.c
12
13 if HAVE_WIN32
14 if !HAVE_WINCE
15 libvlc_LTLIBRARIES += libmsn_plugin.la
16 endif
17 endif