~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-06 18:53:16 UTC
  • mfrom: (1.1.25 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090306185316-uf09r30g7cvf67xi
Tags: 2.24.1-1
* New upstream bugfix release.
* debian/control.in:
  + Build depend on GLib >= 2.14.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
19
19
        -I$(top_srcdir)                                 \
20
20
        $(WARN_CFLAGS)                                  \
21
 
        $(LIBBONOBO_CFLAGS)
 
21
        $(LIBBONOBO_CFLAGS)                             \
 
22
        $(DISABLE_DEPRECATED_CFLAGS)
22
23
 
23
24
LDADD = $(top_builddir)/bonobo/libbonobo-2.la $(LIBBONOBO_LIBS)
24
25