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

« back to all changes in this revision

Viewing changes to src/Hyena/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:
39
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
41
am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
 
42
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
 
43
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
 
44
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
 
45
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
 
46
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
 
47
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
 
48
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
 
49
        $(top_srcdir)/build/m4/shamrock/util.m4 \
42
50
        $(top_srcdir)/build/m4/banshee/bnpx11.m4 \
43
51
        $(top_srcdir)/build/m4/banshee/boo.m4 \
44
52
        $(top_srcdir)/build/m4/banshee/daap.m4 \
67
75
        $(top_srcdir)/build/m4/banshee/torrent.m4 \
68
76
        $(top_srcdir)/build/m4/banshee/ubuntuonemusicstore.m4 \
69
77
        $(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 \
78
78
        $(top_srcdir)/configure.ac
79
79
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80
80
        $(ACLOCAL_M4)
258
258
GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
259
259
GST_SHARP_CFLAGS = @GST_SHARP_CFLAGS@
260
260
GST_SHARP_LIBS = @GST_SHARP_LIBS@
 
261
GTKMACINTEGRATION_CFLAGS = @GTKMACINTEGRATION_CFLAGS@
 
262
GTKMACINTEGRATION_LIBS = @GTKMACINTEGRATION_LIBS@
261
263
GTKSHARP_BEANS_CFLAGS = @GTKSHARP_BEANS_CFLAGS@
262
264
GTKSHARP_BEANS_LIBS = @GTKSHARP_BEANS_LIBS@
263
265
GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
267
269
GUDEV_SHARP_CFLAGS = @GUDEV_SHARP_CFLAGS@
268
270
GUDEV_SHARP_LIBS = @GUDEV_SHARP_LIBS@
269
271
HELP_DIR = @HELP_DIR@
270
 
IGEMACINTEGRATION_CFLAGS = @IGEMACINTEGRATION_CFLAGS@
271
 
IGEMACINTEGRATION_LIBS = @IGEMACINTEGRATION_LIBS@
272
272
INDICATESHARP_CFLAGS = @INDICATESHARP_CFLAGS@
273
273
INDICATESHARP_LIBS = @INDICATESHARP_LIBS@
274
274
INSTALL = @INSTALL@