~ubuntu-branches/ubuntu/karmic/brasero/karmic

« back to all changes in this revision

Viewing changes to libbrasero-burn/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-09-22 10:24:09 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922102409-lrdtal8ose45pve9
Tags: 2.28.0-0ubuntu1
* New upstream release (LP: #434153)
  - BRASERO_MEDIA_TYPE_ALL_BUT_FILE doesn't math ALL_BUT_FILE anymore
  - Brasero audio CD creator fails to load FLAC/WAV files without file type name extensions
  - fix crashed with SIGSEGV in g_type_instance_get_private() (LP: #434153)
  - fix a potential data corruption with dvdcss and libisofs in certain conditions
  - Lots of updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                          \
11
11
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                        \
12
12
        -DBRASERO_LIBDIR=\"$(libdir)\"                                  \
 
13
        $(WARN_CFLAGS)                                                  \
13
14
        $(DISABLE_DEPRECATED)                                           \
14
15
        $(BRASERO_GMODULE_CFLAGS)                                       \
15
16
        $(BRASERO_GCONF_CFLAGS)                                         \
60
61
        ../libbrasero-media/libbrasero-media.la                 \
61
62
        ../libbrasero-utils/libbrasero-utils.la                 \
62
63
        $(BRASERO_GLIB_LIBS)                                    \
 
64
        $(BRASERO_GTHREAD_LIBS)                         \
63
65
        $(BRASERO_GMODULE_LIBS)                                 \
64
66
        $(BRASERO_GIO_LIBS)                                     \
65
67
        $(BRASERO_GCONF_LIBS)                                   \