~ubuntu-branches/ubuntu/wily/grilo/wily-proposed

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2014-08-26 20:41:54 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140826204154-56guk7gff3bwkooj
Tags: 0.2.11-1
* New upstream release.
* debian/libgrilo-0.2-1.symbols: update.
* Install the Grilo test UI and Grilo launch binaries:
  - debian/control: add build dependency on libgtk-3-dev and update
    description.
  - debian/libgrilo-0.2-bin.install: install the binaries.
* debian/rules:
  - Enable parallel builds.
  - Don't override dh_install, it's no longer necessary.
* debian/patches/manpages.patch:
  - Add manpages for all commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#
6
6
# Copyright (C) 2010 Igalia S.L. All rights reserved.
7
7
 
8
 
SUBDIRS = grilo-inspect
 
8
SUBDIRS = grilo-inspect grilo-launch
9
9
 
10
10
if BUILD_GRILO_TEST_UI
11
11
SUBDIRS += grilo-test-ui
12
12
endif
13
13
 
14
 
if HAVE_VALA
15
 
SUBDIRS += vala
16
 
endif
17
 
 
18
 
DIST_SUBDIRS = grilo-test-ui grilo-inspect vala
 
14
DIST_SUBDIRS = grilo-test-ui grilo-inspect grilo-launch
19
15
 
20
16
-include $(top_srcdir)/git.mk