~chasedouglas/geis/fix-tap-min-touches

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Stephen M. Webb
  • Date: 2012-03-14 16:48:26 UTC
  • Revision ID: stephen.webb@canonical.com-20120314164826-w0sqkm2ragi2spka
Tags: v2.2.6
Tweaks for distcheck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# @file Makefile.am 
3
3
# @brief top-level makefile for the libgeis project
4
4
#
5
 
# Copyright 2010, 2011 Canonical, Ltd.
 
5
# Copyright 2010, 2011, 2012 Canonical, Ltd.
6
6
#
7
7
# This file is part of the utouch-geis library. This library is free software;
8
8
# you can redistribute it and/or modify it under the terms of the GNU Lesser
21
21
 
22
22
ACLOCAL_AMFLAGS = -I m4
23
23
AM_MAKEFLAGS = --no-print-directory
 
24
AM_DISTCHECK_CONFIGURE_FLAGS = --without-integration-tests
24
25
 
25
26
SUBDIRS = include libs libutouch-geis testsuite python tools examples doc data
26
27