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

« back to all changes in this revision

Viewing changes to src/Core/Banshee.WebBrowser/libossifer/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:
40
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
42
am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
43
 
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
44
 
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
45
 
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
46
 
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
47
 
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
48
 
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
49
 
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
50
 
        $(top_srcdir)/build/m4/shamrock/util.m4 \
51
43
        $(top_srcdir)/build/m4/banshee/bnpx11.m4 \
52
44
        $(top_srcdir)/build/m4/banshee/boo.m4 \
53
45
        $(top_srcdir)/build/m4/banshee/daap.m4 \
55
47
        $(top_srcdir)/build/m4/banshee/dap-karma.m4 \
56
48
        $(top_srcdir)/build/m4/banshee/dap-mtp.m4 \
57
49
        $(top_srcdir)/build/m4/banshee/dbus.m4 \
 
50
        $(top_srcdir)/build/m4/banshee/gconf.m4 \
58
51
        $(top_srcdir)/build/m4/banshee/gio.m4 \
59
52
        $(top_srcdir)/build/m4/banshee/gnome-doc-utils.m4 \
60
53
        $(top_srcdir)/build/m4/banshee/gnome-sharp.m4 \
74
67
        $(top_srcdir)/build/m4/banshee/torrent.m4 \
75
68
        $(top_srcdir)/build/m4/banshee/ubuntuonemusicstore.m4 \
76
69
        $(top_srcdir)/build/m4/banshee/youtube.m4 \
 
70
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
 
71
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
 
72
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
 
73
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
 
74
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
 
75
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
 
76
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
 
77
        $(top_srcdir)/build/m4/shamrock/util.m4 \
77
78
        $(top_srcdir)/configure.ac
78
79
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79
80
        $(ACLOCAL_M4)
269
270
LDFLAGS = @LDFLAGS@
270
271
LIBBANSHEE_CFLAGS = @LIBBANSHEE_CFLAGS@
271
272
LIBBANSHEE_LIBS = @LIBBANSHEE_LIBS@
 
273
LIBGCONF_CFLAGS = @LIBGCONF_CFLAGS@
 
274
LIBGCONF_LIBS = @LIBGCONF_LIBS@
272
275
LIBGPODSHARP_ASSEMBLIES = @LIBGPODSHARP_ASSEMBLIES@
273
276
LIBGPODSHARP_CFLAGS = @LIBGPODSHARP_CFLAGS@
274
277
LIBGPODSHARP_LIBS = @LIBGPODSHARP_LIBS@