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

« back to all changes in this revision

Viewing changes to src/Core/Banshee.ThickClient/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-08-25 20:48:45 UTC
  • mfrom: (1.15.2 upstream) (6.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110825204845-1rdbhdoitkv3n5u8
Tags: 2.1.3-1ubuntu1
* [e356872] Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + Create the U1MS widget earlier and bump libu1 requirement
  + [9d7c600] Drop upstreamed u1ms-initialize-earlier patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
755
755
ASSEMBLY_FILE = $(top_builddir)/bin/$(ASSEMBLY).$(ASSEMBLY_EXTENSION)
756
756
INSTALL_DIR_RESOLVED = $(firstword $(subst , $(DEFAULT_INSTALL_DIR), $(INSTALL_DIR)))
757
757
@ENABLE_TESTS_TRUE@ENABLE_TESTS_FLAG = "-define:ENABLE_TESTS"
758
 
@HAVE_GTK3_TRUE@GTK3_FLAG = "-define:GTK3"
759
758
FILTERED_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE))
760
759
DEP_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE) | sed s,-r:,,g | grep '$(top_builddir)/bin/')
761
760
OUTPUT_FILES = \
1025
1024
                $(ASSEMBLY_BUILD_FLAGS) \
1026
1025
                -nowarn:0278 -nowarn:0078 $$warn \
1027
1026
                -debug -target:$(TARGET) -out:$@ \
1028
 
                $(BUILD_DEFINES) $(ENABLE_TESTS_FLAG) $(GTK3_FLAG) \
 
1027
                $(BUILD_DEFINES) $(ENABLE_TESTS_FLAG) \
1029
1028
                $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD)
1030
1029
        @if [ -e $(srcdir)/$(notdir $@.config) ]; then \
1031
1030
                cp $(srcdir)/$(notdir $@.config) $(top_builddir)/bin; \