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

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • 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:
148
148
GTX_CFLAGS = @GTX_CFLAGS@
149
149
GTX_LIBS = @GTX_LIBS@
150
150
HTML_DIR = @HTML_DIR@
 
151
ICU_CFLAGS = @ICU_CFLAGS@
 
152
ICU_LIBS = @ICU_LIBS@
151
153
INSTALL = @INSTALL@
152
154
INSTALL_DATA = @INSTALL_DATA@
153
155
INSTALL_PROGRAM = @INSTALL_PROGRAM@