~noskcaj/ubuntu/trusty/gnome-documents/3.10.2

« back to all changes in this revision

Viewing changes to libgd/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jeremy Bicha
  • Date: 2013-06-17 22:24:54 UTC
  • mfrom: (3.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20130617222454-biw3dmaqdd9qpbh7
Tags: 3.8.3.1-1
[ Jeremy Bicha ]
* New upstream release
* debian/control.in:
  - Add missing dependency on gir1.2-gnomedesktop-3.0
  - Bump minimum GTK for newer libgd
  - Build-depend on gtk-doc-tools and yelp-tools
  - Build-depend on inkscape and poppler-utils to generate
    getting-started PDF
* debian/rules: --enable-getting-started

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
libgd_la_SOURCES = libgd/gd.h
27
27
nodist_libgd_la_SOURCES =
28
28
 
 
29
catalog_sources =                               \
 
30
        libgd/gd-types-catalog.c                \
 
31
        libgd/gd-types-catalog.h                \
 
32
        $(NULL)
 
33
 
 
34
nodist_libgd_la_SOURCES += $(catalog_sources)
 
35
EXTRA_DIST += $(catalog_sources)
 
36
 
29
37
if LIBGD_GTK_HACKS
30
38
gtk_hacks_sources =                             \
31
39
        libgd/gd-entry-focus-hack.c             \