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

« back to all changes in this revision

Viewing changes to src/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:
118
118
        $(DEE_CFLAGS) \
119
119
        $(MAINTAINER_CFLAGS)
120
120
 
 
121
if HAVE_ICU
 
122
devel_headers += dee-icu.h
 
123
libdee_1_0_la_SOURCES += dee-icu-term-filter.c
 
124
libdee_1_0_la_LIBADD += $(ICU_LIBS)
 
125
endif
 
126
 
121
127
##
122
128
# If trace logging is not enabled
123
129
# all the macros are removed by the preprocessor