~ubuntu-branches/ubuntu/utopic/brasero/utopic

« back to all changes in this revision

Viewing changes to docs/reference/libbrasero-burn/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-17 13:09:35 UTC
  • mfrom: (1.1.57)
  • Revision ID: package-import@ubuntu.com-20131217130935-jm0xjju95qesfw8l
Tags: 3.10.0-0ubuntu1
* New upstream release:
  - Fixed drawing issues in media selection combo boxes
  - Fix several crashers
  - Fixes for new autotools
  - Disable audio normalisation - it's broken since GStreamer 1.0
* debian/libbrasero-media3-1.symbols:
  - Updated
* debian/patches/01_grafted_folders.patch:
* debian/patches/03_cue-invalid-frame-75.patch:
* debian/patches/04_tracker-0.16.patch:
* debian/patches/05_populate-tree-model-after-construction.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
106
106
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
107
107
# signals and properties.
108
 
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 
108
# e.g. AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
109
109
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
110
 
INCLUDES=                                                               \
 
110
AM_CPPFLAGS=                                                            \
111
111
        -I$(top_srcdir)                                                 \
112
112
        -I$(top_builddir)                                               \
113
113
        $(BRASERO_GLIB_CFLAGS)                                          \