~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to src/Extensions/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-02-18 22:17:24 UTC
  • mfrom: (6.3.23 experimental)
  • Revision ID: package-import@ubuntu.com-20120218221724-cnwdvn490wjjue8t
Tags: 2.3.5-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        $(top_srcdir)/build/m4/banshee/libwebkit.m4 \
64
64
        $(top_srcdir)/build/m4/banshee/meego.m4 \
65
65
        $(top_srcdir)/build/m4/banshee/mono-addins.m4 \
 
66
        $(top_srcdir)/build/m4/banshee/mono-upnp.m4 \
66
67
        $(top_srcdir)/build/m4/banshee/moonlight.m4 \
67
68
        $(top_srcdir)/build/m4/banshee/notify-sharp.m4 \
68
69
        $(top_srcdir)/build/m4/banshee/osx.m4 \
126
127
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
127
128
ALL_LINGUAS = @ALL_LINGUAS@
128
129
AMTAR = @AMTAR@
 
130
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129
131
AM_MAKEFLAGS = @AM_MAKEFLAGS@
130
132
API_VERSION = @API_VERSION@
131
133
AR = @AR@
248
250
INTLTOOL_MERGE = @INTLTOOL_MERGE@
249
251
INTLTOOL_PERL = @INTLTOOL_PERL@
250
252
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
253
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
254
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
255
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
256
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
251
257
KARMASHARP_ASSEMBLIES = @KARMASHARP_ASSEMBLIES@
252
258
KARMASHARP_CFLAGS = @KARMASHARP_CFLAGS@
253
259
KARMASHARP_LIBS = @KARMASHARP_LIBS@
292
298
MONOTORRENT_ASSEMBLIES = @MONOTORRENT_ASSEMBLIES@
293
299
MONOTORRENT_DBUS_CFLAGS = @MONOTORRENT_DBUS_CFLAGS@
294
300
MONOTORRENT_DBUS_LIBS = @MONOTORRENT_DBUS_LIBS@
 
301
MONOUPNP_ASSEMBLIES = @MONOUPNP_ASSEMBLIES@
295
302
MONO_ADDINS_CFLAGS = @MONO_ADDINS_CFLAGS@
296
303
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
297
304
MONO_ADDINS_SETUP_CFLAGS = @MONO_ADDINS_SETUP_CFLAGS@
298
305
MONO_ADDINS_SETUP_LIBS = @MONO_ADDINS_SETUP_LIBS@
299
306
MONO_MODULE_CFLAGS = @MONO_MODULE_CFLAGS@
300
307
MONO_MODULE_LIBS = @MONO_MODULE_LIBS@
 
308
MONO_UPNP_CFLAGS = @MONO_UPNP_CFLAGS@
 
309
MONO_UPNP_LIBS = @MONO_UPNP_LIBS@
301
310
MONO_ZEROCONF_CFLAGS = @MONO_ZEROCONF_CFLAGS@
302
311
MONO_ZEROCONF_LIBS = @MONO_ZEROCONF_LIBS@
303
312
MOONLIGHT_CFLAGS = @MOONLIGHT_CFLAGS@
387
396
includedir = @includedir@
388
397
infodir = @infodir@
389
398
install_sh = @install_sh@
 
399
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
400
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
390
401
libdir = @libdir@
391
402
libexecdir = @libexecdir@
392
403
localedir = @localedir@
441
452
        Banshee.Torrent \
442
453
        Banshee.RemoteAudio \
443
454
        Banshee.UbuntuOneMusicStore \
 
455
        Banshee.UPnPClient \
444
456
        Banshee.Wikipedia \
445
457
        Banshee.YouTube
446
458