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

« back to all changes in this revision

Viewing changes to libbanshee/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:
44
44
        $(srcdir)/Makefile.in
45
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
46
am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
47
 
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
48
 
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
49
 
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
50
 
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
51
 
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
52
 
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
53
 
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
54
 
        $(top_srcdir)/build/m4/shamrock/util.m4 \
55
47
        $(top_srcdir)/build/m4/banshee/bnpx11.m4 \
56
48
        $(top_srcdir)/build/m4/banshee/boo.m4 \
57
49
        $(top_srcdir)/build/m4/banshee/daap.m4 \
59
51
        $(top_srcdir)/build/m4/banshee/dap-karma.m4 \
60
52
        $(top_srcdir)/build/m4/banshee/dap-mtp.m4 \
61
53
        $(top_srcdir)/build/m4/banshee/dbus.m4 \
 
54
        $(top_srcdir)/build/m4/banshee/gconf.m4 \
62
55
        $(top_srcdir)/build/m4/banshee/gio.m4 \
63
56
        $(top_srcdir)/build/m4/banshee/gnome-doc-utils.m4 \
64
57
        $(top_srcdir)/build/m4/banshee/gnome-sharp.m4 \
78
71
        $(top_srcdir)/build/m4/banshee/torrent.m4 \
79
72
        $(top_srcdir)/build/m4/banshee/ubuntuonemusicstore.m4 \
80
73
        $(top_srcdir)/build/m4/banshee/youtube.m4 \
 
74
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
 
75
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
 
76
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
 
77
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
 
78
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
 
79
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
 
80
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
 
81
        $(top_srcdir)/build/m4/shamrock/util.m4 \
81
82
        $(top_srcdir)/configure.ac
82
83
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
83
84
        $(ACLOCAL_M4)
282
283
LDFLAGS = @LDFLAGS@
283
284
LIBBANSHEE_CFLAGS = @LIBBANSHEE_CFLAGS@
284
285
LIBBANSHEE_LIBS = @LIBBANSHEE_LIBS@
 
286
LIBGCONF_CFLAGS = @LIBGCONF_CFLAGS@
 
287
LIBGCONF_LIBS = @LIBGCONF_LIBS@
285
288
LIBGPODSHARP_ASSEMBLIES = @LIBGPODSHARP_ASSEMBLIES@
286
289
LIBGPODSHARP_CFLAGS = @LIBGPODSHARP_CFLAGS@
287
290
LIBGPODSHARP_LIBS = @LIBGPODSHARP_LIBS@