~ubuntu-branches/ubuntu/saucy/geary/saucy-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-10-10 17:40:37 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20131010174037-5p5o4dlsoewek2kg
Tags: 0.4.0-0ubuntu1
New stable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Copyright 2012-2013 Yorba Foundation
4
4
 
5
5
BUILD_DIR := build
6
 
BINARIES := geary gearyd geary-console geary-mailer
 
6
BINARIES := geary geary-console geary-mailer
7
7
 
8
8
BUILD_BINARIES := $(addprefix $(BUILD_DIR)/,$(BINARIES))
9
9