~allanlesage/ubuntu/raring/glib2.0/enable-gcov

« back to all changes in this revision

Viewing changes to docs/reference/gio/gdbus-object-manager-example/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-02-07 11:27:42 UTC
  • mfrom: (1.63.15)
  • Revision ID: package-import@ubuntu.com-20130207112742-c7tk4hqwel9jefhq
Tags: 2.35.7-0ubuntu1
* New upstream release
* Refresh patches
* 08_fix_closure_invalidation.patch,
  git_ignore_fstab_bind_mount.patch,
  git_tz_double_unref.patch,
  git_gfile_completion_error.patch
  git_fix_gvariant_tuple_checking.patch: Drop, appiled upstream
* revert_btrfs_ioctl_support.patch: Drop, problem that prompted this revert
  is fixed in this release.
* Add new symbols introduced in this release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
CFILE_GLOB=$(top_builddir)/gio/tests/gdbus-object-manager-example/*.c
18
18
 
19
19
# Headers to ignore
20
 
IGNORE_HFILES=                          \
 
20
IGNORE_HFILES =                         \
21
21
        $(NULL)
22
22
 
23
23
# CFLAGS and LDFLAGS for compiling scan program. Only needed
24
24
# if $(DOC_MODULE).types is non-empty.
25
 
INCLUDES = \
 
25
AM_CPPFLAGS =                           \
26
26
        $(gio_INCLUDES)                 \
27
27
        $(GLIB_DEBUG_FLAGS)
28
28
 
29
 
GTKDOC_LIBS = \
 
29
GTKDOC_LIBS =                                           \
30
30
        $(top_builddir)/glib/libglib-2.0.la             \
31
31
        $(top_builddir)/gobject/libgobject-2.0.la       \
32
32
        $(top_builddir)/gmodule/libgmodule-2.0.la       \