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

« back to all changes in this revision

Viewing changes to src/Extensions/Banshee.InternetArchive/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:
43
43
subdir = src/Extensions/Banshee.InternetArchive
44
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
45
am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
 
46
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
 
47
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
 
48
        $(top_srcdir)/build/m4/shamrock/i18n.m4 \
 
49
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
 
50
        $(top_srcdir)/build/m4/shamrock/monodoc.m4 \
 
51
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
 
52
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
 
53
        $(top_srcdir)/build/m4/shamrock/util.m4 \
46
54
        $(top_srcdir)/build/m4/banshee/bnpx11.m4 \
47
55
        $(top_srcdir)/build/m4/banshee/boo.m4 \
48
56
        $(top_srcdir)/build/m4/banshee/daap.m4 \
71
79
        $(top_srcdir)/build/m4/banshee/torrent.m4 \
72
80
        $(top_srcdir)/build/m4/banshee/ubuntuonemusicstore.m4 \
73
81
        $(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 \
82
82
        $(top_srcdir)/configure.ac
83
83
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
84
84
        $(ACLOCAL_M4)
221
221
GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
222
222
GST_SHARP_CFLAGS = @GST_SHARP_CFLAGS@
223
223
GST_SHARP_LIBS = @GST_SHARP_LIBS@
 
224
GTKMACINTEGRATION_CFLAGS = @GTKMACINTEGRATION_CFLAGS@
 
225
GTKMACINTEGRATION_LIBS = @GTKMACINTEGRATION_LIBS@
224
226
GTKSHARP_BEANS_CFLAGS = @GTKSHARP_BEANS_CFLAGS@
225
227
GTKSHARP_BEANS_LIBS = @GTKSHARP_BEANS_LIBS@
226
228
GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
230
232
GUDEV_SHARP_CFLAGS = @GUDEV_SHARP_CFLAGS@
231
233
GUDEV_SHARP_LIBS = @GUDEV_SHARP_LIBS@
232
234
HELP_DIR = @HELP_DIR@
233
 
IGEMACINTEGRATION_CFLAGS = @IGEMACINTEGRATION_CFLAGS@
234
 
IGEMACINTEGRATION_LIBS = @IGEMACINTEGRATION_LIBS@
235
235
INDICATESHARP_CFLAGS = @INDICATESHARP_CFLAGS@
236
236
INDICATESHARP_LIBS = @INDICATESHARP_LIBS@
237
237
INSTALL = @INSTALL@
914
914
        @mkdir -p $(top_builddir)/bin
915
915
        @if [ ! "x$(ENABLE_RELEASE)" = "xyes" ]; then \
916
916
                $(top_srcdir)/build/dll-map-makefile-verifier $(srcdir)/Makefile.am $(srcdir)/$(notdir $@.config) && \
917
 
                $(MONO) $(top_builddir)/build/dll-map-verifier.exe $(srcdir)/$(notdir $@.config) -iwinmm -ilibbanshee -ilibbnpx11 -ilibc -ilibc.so.6 -iintl -ilibmtp.dll -ilibigemacintegration.dylib -iCFRelease $(SOURCES_BUILD); \
 
917
                $(MONO) $(top_builddir)/build/dll-map-verifier.exe $(srcdir)/$(notdir $@.config) -iwinmm -ilibbanshee -ilibbnpx11 -ilibc -ilibc.so.6 -iintl -ilibmtp.dll -ilibgtkmacintegration.dylib -iCFRelease $(SOURCES_BUILD); \
918
918
        fi;
919
919
        $(MCS) \
920
920
                $(GMCS_FLAGS) \