~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to tests/gobject/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-08 18:34:23 UTC
  • mfrom: (1.7.1 upstream) (75.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091008183423-w05jzgycqjo2lh1y
Tags: 2.22.2-2
* debian/patches/90_mimetype-sorting.patch:
  + Fix sorting of mimetypes by weight. Highest weight means most
    important, not the other way around. Patch from upstream GIT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        ifaceinherit                            \
60
60
        ifaceproperties                         \
61
61
        override                                \
 
62
        performance                             \
 
63
        performance-threaded                    \
62
64
        singleton                               \
63
65
        references
64
66
 
 
67
performance_LDADD = $(libgobject) $(libgthread)
 
68
performance_threaded_LDADD = $(libgobject) $(libgthread)
65
69
check_PROGRAMS = $(test_programs)
66
70
 
67
71
TESTS = $(test_programs)