~ubuntu-branches/ubuntu/quantal/banshee/quantal

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-12-12 01:40:00 UTC
  • mfrom: (6.3.20 experimental)
  • Revision ID: package-import@ubuntu.com-20111212014000-0q4jsvif0oecyth8
Tags: 2.3.2-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and suggest u1ms
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
subdir = help
63
63
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
64
am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
65
 
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
66
 
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
67
 
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
68
 
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
69
 
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
70
 
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
71
 
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
72
 
        $(top_srcdir)/build/m4/shamrock/util.m4 \
73
65
        $(top_srcdir)/build/m4/banshee/bnpx11.m4 \
74
66
        $(top_srcdir)/build/m4/banshee/boo.m4 \
75
67
        $(top_srcdir)/build/m4/banshee/daap.m4 \
77
69
        $(top_srcdir)/build/m4/banshee/dap-karma.m4 \
78
70
        $(top_srcdir)/build/m4/banshee/dap-mtp.m4 \
79
71
        $(top_srcdir)/build/m4/banshee/dbus.m4 \
 
72
        $(top_srcdir)/build/m4/banshee/gconf.m4 \
80
73
        $(top_srcdir)/build/m4/banshee/gio.m4 \
81
74
        $(top_srcdir)/build/m4/banshee/gnome-doc-utils.m4 \
82
75
        $(top_srcdir)/build/m4/banshee/gnome-sharp.m4 \
96
89
        $(top_srcdir)/build/m4/banshee/torrent.m4 \
97
90
        $(top_srcdir)/build/m4/banshee/ubuntuonemusicstore.m4 \
98
91
        $(top_srcdir)/build/m4/banshee/youtube.m4 \
 
92
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
 
93
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
 
94
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
 
95
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
 
96
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
 
97
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
 
98
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
 
99
        $(top_srcdir)/build/m4/shamrock/util.m4 \
99
100
        $(top_srcdir)/configure.ac
100
101
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101
102
        $(ACLOCAL_M4)
239
240
LDFLAGS = @LDFLAGS@
240
241
LIBBANSHEE_CFLAGS = @LIBBANSHEE_CFLAGS@
241
242
LIBBANSHEE_LIBS = @LIBBANSHEE_LIBS@
 
243
LIBGCONF_CFLAGS = @LIBGCONF_CFLAGS@
 
244
LIBGCONF_LIBS = @LIBGCONF_LIBS@
242
245
LIBGPODSHARP_ASSEMBLIES = @LIBGPODSHARP_ASSEMBLIES@
243
246
LIBGPODSHARP_CFLAGS = @LIBGPODSHARP_CFLAGS@
244
247
LIBGPODSHARP_LIBS = @LIBGPODSHARP_LIBS@