~ubuntu-branches/ubuntu/saucy/dee/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-02-03 11:38:57 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120203113857-a46h5kyigogedqy2
Tags: 1.0.2-0ubuntu1
* New upstream release.
  - DeeModel support insert_sorted() and find_sorted() (LP: #913128)
* debian/control:
  - requires now libicu-dev
* debian/libdee-1.0-4.symbols:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
pkgconfigdir = $(libdir)/pkgconfig
4
4
pkgconfig_DATA = dee-1.0.pc
5
5
 
 
6
if HAVE_ICU
 
7
pkgconfig_DATA += dee-icu-1.0.pc
 
8
endif
 
9
 
6
10
if WANT_TESTS
7
11
SUBDIRS += tests
8
12
 
17
21
EXTRA_DIST = \
18
22
        autogen.sh \
19
23
        dee-1.0.pc.in \
 
24
        dee-icu-1.0.pc.in \
20
25
        COPYING.GPL
21
26
 
22
27
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection=no