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

« back to all changes in this revision

Viewing changes to build/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-09-23 16:41:43 UTC
  • mfrom: (1.2.22) (6.3.25 experimental)
  • Revision ID: package-import@ubuntu.com-20120923164143-xuygdccvr2uqjdfj
Tags: 2.5.1-1ubuntu1
* [9615bd3e] Merge from Debian Experimental (LP: #1041245), 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
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad
* [77c7309] Drop Workaruond-for-set_Height-Exceptions.patch.
  Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
40
am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
 
41
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
 
42
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
 
43
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
 
44
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
 
45
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
 
46
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
 
47
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
 
48
        $(top_srcdir)/build/m4/shamrock/util.m4 \
41
49
        $(top_srcdir)/build/m4/banshee/bnpx11.m4 \
42
50
        $(top_srcdir)/build/m4/banshee/boo.m4 \
43
51
        $(top_srcdir)/build/m4/banshee/daap.m4 \
66
74
        $(top_srcdir)/build/m4/banshee/torrent.m4 \
67
75
        $(top_srcdir)/build/m4/banshee/ubuntuonemusicstore.m4 \
68
76
        $(top_srcdir)/build/m4/banshee/youtube.m4 \
69
 
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
70
 
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
71
 
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
72
 
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
73
 
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
74
 
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
75
 
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
76
 
        $(top_srcdir)/build/m4/shamrock/util.m4 \
77
77
        $(top_srcdir)/configure.ac
78
78
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79
79
        $(ACLOCAL_M4)
257
257
GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
258
258
GST_SHARP_CFLAGS = @GST_SHARP_CFLAGS@
259
259
GST_SHARP_LIBS = @GST_SHARP_LIBS@
 
260
GTKMACINTEGRATION_CFLAGS = @GTKMACINTEGRATION_CFLAGS@
 
261
GTKMACINTEGRATION_LIBS = @GTKMACINTEGRATION_LIBS@
260
262
GTKSHARP_BEANS_CFLAGS = @GTKSHARP_BEANS_CFLAGS@
261
263
GTKSHARP_BEANS_LIBS = @GTKSHARP_BEANS_LIBS@
262
264
GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
266
268
GUDEV_SHARP_CFLAGS = @GUDEV_SHARP_CFLAGS@
267
269
GUDEV_SHARP_LIBS = @GUDEV_SHARP_LIBS@
268
270
HELP_DIR = @HELP_DIR@
269
 
IGEMACINTEGRATION_CFLAGS = @IGEMACINTEGRATION_CFLAGS@
270
 
IGEMACINTEGRATION_LIBS = @IGEMACINTEGRATION_LIBS@
271
271
INDICATESHARP_CFLAGS = @INDICATESHARP_CFLAGS@
272
272
INDICATESHARP_LIBS = @INDICATESHARP_LIBS@
273
273
INSTALL = @INSTALL@