~ubuntu-branches/ubuntu/vivid/blam/vivid-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2007-02-02 00:37:16 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070202003716-63fv2k0ztk04bjq9
Tags: 1.8.4-0ubuntu1
* Sync with Debian unstable
* New upstream release
* Added build-dependency on gnome-sharp2
* debian/patches/01_correct_default_theme.patch: dropped, included upstream
* Re-added the following Ubuntu changes:
   - Build-Depends on firefox-dev instead of libxul-dev
   - debian/patches/PlanetUbuntu.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
99
99
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
100
100
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
101
GMCS = @GMCS@
101
102
GMOFILES = @GMOFILES@
102
103
GMSGFMT = @GMSGFMT@
103
104
GREP = @GREP@
230
231
target_cpu = @target_cpu@
231
232
target_os = @target_os@
232
233
target_vendor = @target_vendor@
233
 
CSC = mcs 
 
234
CSC = $(MCS)
234
235
FLAGS = -debug $(am__append_1)
235
236
RESOURCES = \
236
237
            -resource:blam.glade,blam.glade                                  \